diff options
author | root <root@beaglebone.local.sublab.org> | 2013-09-12 21:49:20 +0000 |
---|---|---|
committer | root <root@beaglebone.local.sublab.org> | 2013-09-12 21:49:20 +0000 |
commit | 435894d757e7a207fb052fef11f602cd496e00b8 (patch) | |
tree | f7f3b73820147c61af6b38873428d09c0f1a79eb /svg/subcan_dxf.svg | |
parent | ff90f65c00f62ea322e266ac2300079eba4dd42c (diff) | |
parent | 00de49b19f62b35de4b1b17c62dede2653be3690 (diff) |
Merge remote-tracking branch 'equi/master'
Diffstat (limited to 'svg/subcan_dxf.svg')
-rw-r--r-- | svg/subcan_dxf.svg | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/svg/subcan_dxf.svg b/svg/subcan_dxf.svg index e8b43a9..02c8e2f 100644 --- a/svg/subcan_dxf.svg +++ b/svg/subcan_dxf.svg @@ -1,6 +1,8 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> +<?xml-stylesheet href="themes.css" type="text/css"?> + <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" @@ -10,7 +12,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="840" + width="960" height="480" id="svg2" version="1.1" @@ -26,6 +28,9 @@ xlink:href="jquery.jsonrpc.js" id="script4" /> <script + xlink:href="colorpicker.js" + id="script5" /> + <script xlink:href="subcan.js" id="script6" /> <defs @@ -222,7 +227,7 @@ <rect style="fill:#262628;fill-opacity:1;stroke:none" id="rect9252" - width="840" + width="960" height="480" x="0.5" y="-0.5" /> @@ -4653,4 +4658,27 @@ y="199.5" inkscape:label="#rect3791" /> </g> + <g + inkscape:groupmode="layer" + id="layer8" + inkscape:label="picker"> + <foreignObject class="node" x="680" y="240" width="290" height="240" id="picker" style="visibility:hidden;"> + <body xmlns="http://www.w3.org/1999/xhtml"> + <div id="color-picker" class="cp-normal" /> + <script type="text/javascript"> + ColorPicker(document.getElementById('color-picker'), on_picker); + </script> + </body> + </foreignObject> +<!-- <rect + style="fill:#ff7af6;fill-opacity:1;stroke:none" + id="picker" + width="200" + height="220" + x="760" + y="260" + inkscape:label="#rect3860"> + + </rect> --> + </g> </svg> |