| Age | Commit message (Collapse) | Author |
|
remind myself svg doesn't respect z-index, flatten back the svg
structure:
svg
- zoom
- graph g
path 1
link text 1
node text 1
node text 2
node circle 1
node circle 2
per SVG 1.1 spec the last node is the top most.
|
|
|
|
|
|
|
|
|
|
menu. #437
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plus make hover orange, and override opacity so nonselected hovered
links are visible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is ugly
Together with addition of new attributes fixes #357
|
|
|
|
|
|
|
|
Fixes #344
|
|
|
|
|
|
|
|
div[contentEditable=true] element
|
|
|
|
|
|
|
|
|
|
- rm silly <table>
- add 'type_selection__' prefix
- style keyboard shortcut
- rm unused position directives
|
|
|
|
|
|
Source for inspiration / copying:
http://jsfiddle.net/brx3xm59/
http://stackoverflow.com/questions/9308938/inline-text-editing-in-svg
comment 2 by John Ktejik
|
|
|
|
|