Replaced the cursor icons in html5 with the new ones

Included original svg files for the future reference and creating different cursor icons of different sizes
This commit is contained in:
Oleksandr Zhurbenko 2017-05-02 13:24:48 -07:00
parent 303e6b2edb
commit 49124c12b1
15 changed files with 707 additions and 43 deletions

View File

@ -18,7 +18,7 @@ export default class WhiteboardOverlay extends React.Component {
currentShapeId: undefined,
count: 0,
toolSelected: "Rectangle",
toolSelected: "Pencil",
};
this.mouseDownHandler = this.mouseDownHandler.bind(this);
@ -241,7 +241,8 @@ export default class WhiteboardOverlay extends React.Component {
toolSelected == "Triangle" ? styles.triangle : '',
toolSelected == "Rectangle" ? styles.rectangle : '',
toolSelected == "Ellipse" ? styles.ellipse : '',
toolSelected == "Line" ? styles.line : ''
toolSelected == "Line" ? styles.line : '',
toolSelected == "Text" ? styles.text : ''
)
}
style={{ width: '100%', height: '100%' }}

View File

@ -1,10 +1,10 @@
.pencil {
cursor: url('/html5client/resources/images/whiteboard-cursor/pencil.png') 1 17, default;
cursor: url('/html5client/resources/images/whiteboard-cursor/pencil.png') 2 22, default;
}
.triangle {
cursor: url('/html5client/resources/images/whiteboard-cursor/triangle.png') 7.5 0, default;
cursor: url('/html5client/resources/images/whiteboard-cursor/triangle.png'), default;
}
.rectangle {
@ -16,5 +16,9 @@
}
.line {
cursor: url('/html5client/resources/images/whiteboard-cursor/line.png') 1 17, default;
cursor: url('/html5client/resources/images/whiteboard-cursor/line.png'), default;
}
.text {
cursor: url('/html5client/resources/images/whiteboard-cursor/text.png'), default;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 B

After

Width:  |  Height:  |  Size: 926 B

View File

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
height="32"
viewBox="0 0 32 32"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="circle.svg"
inkscape:export-filename="/home/cwalton/Pictures/bbb-cursors/circle.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="16"
inkscape:cx="22.813892"
inkscape:cy="19.728894"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1009"
inkscape:window-x="0"
inkscape:window-y="34"
inkscape:window-maximized="1"
showguides="false"
inkscape:guide-bbox="true"
inkscape:snap-grids="true"
inkscape:snap-nodes="false"
inkscape:snap-bbox="true"
inkscape:snap-others="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-object-midpoints="false"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="false">
<inkscape:grid
type="xygrid"
id="grid4203" />
<sodipodi:guide
position="2,25"
orientation="1,0"
id="guide4258" />
<sodipodi:guide
position="8,30"
orientation="0,1"
id="guide4260" />
<sodipodi:guide
position="26,21"
orientation="1,0"
id="guide4262" />
<sodipodi:guide
position="9,6"
orientation="0,1"
id="guide4264" />
<sodipodi:guide
position="31,24"
orientation="0,1"
id="guide4269" />
<sodipodi:guide
position="8,21"
orientation="1,0"
id="guide4271" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 0.5,1020.8622 8,0 -8,8 z"
id="path4273"
inkscape:connector-curvature="0" />
<ellipse
ry="9.0000162"
rx="9"
cy="1033.8622"
cx="13.5"
id="ellipse4307"
style="fill:none;fill-opacity:0.19607843;stroke:#000000;stroke-width:3.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.75294118" />
<ellipse
style="fill:none;fill-opacity:0.19607843;stroke:#ffffff;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4305"
cx="13.5"
cy="1033.8622"
rx="9"
ry="9.0000162" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -1,38 +0,0 @@
Silk icon set 1.3
_________________________________________
Mark James
http://www.famfamfam.com/lab/icons/silk/
_________________________________________
This work is licensed under a
Creative Commons Attribution 2.5 License.
[ http://creativecommons.org/licenses/by/2.5/ ]
This means you may use it for any purpose,
and make any changes you like.
All I ask is that you include a link back
to this page in your credits.
Are you using this icon set? Send me an email
(including a link or picture if available) to
mjames@gmail.com
Any other questions about this icon set please
contact mjames@gmail.com
==================================================
Diagona Icons
Copyright (C) 2007 Yusuke Kamiyamane. All rights reserved.
The icons are licensed under a Creative Commons Attribution
3.0 license. <http://creativecommons.org/licenses/by/3.0/>
If you can't or don't want to provide a link back, please
purchase a royalty-free license.
<http://p.yusukekamiyamane.com/>
I'm unavailable for custom icon design work. But your
suggestions are always welcome!
<mailto:p@yusukekamiyamane.com>
====================

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 B

After

Width:  |  Height:  |  Size: 336 B

View File

@ -0,0 +1,116 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
height="32"
viewBox="0 0 32 32"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="line.svg"
inkscape:export-filename="/home/cwalton/Pictures/square.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="16"
inkscape:cx="6.583689"
inkscape:cy="11.921769"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1009"
inkscape:window-x="0"
inkscape:window-y="34"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true"
inkscape:snap-grids="true"
inkscape:snap-nodes="false"
inkscape:snap-bbox="true"
inkscape:snap-others="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true">
<inkscape:grid
type="xygrid"
id="grid4203" />
<sodipodi:guide
position="2,25"
orientation="1,0"
id="guide4258" />
<sodipodi:guide
position="8,30"
orientation="0,1"
id="guide4260" />
<sodipodi:guide
position="26,21"
orientation="1,0"
id="guide4262" />
<sodipodi:guide
position="9,6"
orientation="0,1"
id="guide4264" />
<sodipodi:guide
position="31,24"
orientation="0,1"
id="guide4269" />
<sodipodi:guide
position="8,21"
orientation="1,0"
id="guide4271" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 0.5,1020.8622 8,0 -8,8 z"
id="path4273"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path4948"
d="M 21.49495,1023.8774 3.5151506,1041.8572"
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.75294119" />
<path
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 21.49495,1023.8672 -17.9898998,17.99"
id="path4946"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 712 B

After

Width:  |  Height:  |  Size: 850 B

View File

@ -0,0 +1,111 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
height="32"
viewBox="0 0 32 32"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="pencil.svg"
inkscape:export-filename="/home/cwalton/Pictures/bbb-cursors/pencil.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313708"
inkscape:cx="30.50616"
inkscape:cy="6.54381"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1009"
inkscape:window-x="0"
inkscape:window-y="34"
inkscape:window-maximized="1"
showguides="false"
inkscape:guide-bbox="true"
inkscape:snap-grids="true"
inkscape:snap-nodes="false"
inkscape:snap-bbox="true"
inkscape:snap-others="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true">
<inkscape:grid
type="xygrid"
id="grid4203" />
<sodipodi:guide
position="2,25"
orientation="1,0"
id="guide4258" />
<sodipodi:guide
position="8,30"
orientation="0,1"
id="guide4260" />
<sodipodi:guide
position="26,21"
orientation="1,0"
id="guide4262" />
<sodipodi:guide
position="9,6"
orientation="0,1"
id="guide4264" />
<sodipodi:guide
position="31,24"
orientation="0,1"
id="guide4269" />
<sodipodi:guide
position="8,21"
orientation="1,0"
id="guide4271" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<path
sodipodi:type="inkscape:offset"
inkscape:radius="-0.39398304"
inkscape:original="M 19.65625 1020.5352 A 2.2660781 2.2660781 0 0 0 17.962891 1021.1934 L 2.9003906 1036.1934 A 2.2660781 2.2660781 0 0 0 2.2988281 1037.2598 L 1.3046875 1041.3184 A 2.2660781 2.2660781 0 0 0 4.046875 1044.0586 L 8.0175781 1043.084 A 2.2660781 2.2660781 0 0 0 9.0722656 1042.4922 L 24.126953 1027.5645 A 2.2660781 2.2660781 0 0 0 24.78125 1025.6875 C 24.78125 1025.6875 24.60045 1023.8073 23.117188 1022.2852 C 21.69661 1020.8273 19.880859 1020.5547 19.880859 1020.5547 A 2.2660781 2.2660781 0 0 0 19.65625 1020.5352 z "
style="fill:#000000;fill-opacity:0.75294118;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path6755"
d="m 19.640625,1020.9297 c -0.514328,-0.022 -1.035583,0.1798 -1.400391,0.543 l -15.0624996,15 c -0.2418376,0.2409 -0.4149209,0.5492 -0.4960938,0.8808 L 1.6875,1041.4121 c -0.1525313,0.622 0.041137,1.3169 0.4941406,1.7695 0.4530038,0.4527 1.1496132,0.6472 1.7714844,0.4942 l 3.9707031,-0.9746 c 0.3273619,-0.081 0.6317735,-0.2509 0.8710938,-0.4883 l 15.0546871,-14.9277 c 0.402309,-0.3991 0.608074,-0.9881 0.541016,-1.5508 a 0.39402243,0.39402243 0 0 1 -0.002,-0.01 c 0,0 -0.171485,-1.7466 -1.552734,-3.1641 -1.316741,-1.3513 -2.997964,-1.6137 -3.007813,-1.6152 -0.06153,-0.01 -0.123478,-0.013 -0.185547,-0.016 a 0.39402243,0.39402243 0 0 1 -0.002,0 z" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="M 19.533203 1.9394531 C 19.411096 1.9494531 19.29575 1.9974844 19.208984 2.0839844 L 17.414062 3.8710938 C 17.599764 3.9292622 17.835663 4.007135 18.105469 4.1152344 C 18.683271 4.3466344 19.385452 4.6844844 19.914062 5.2089844 C 20.709399 5.9981271 21.059722 7.1268082 21.183594 7.6347656 L 22.882812 5.9492188 C 22.992155 5.8408187 23.04547 5.6880563 23.027344 5.5351562 C 23.027344 5.5351562 22.880898 4.21055 21.853516 3.15625 C 20.839956 2.11605 19.632814 1.9433594 19.632812 1.9433594 L 19.533203 1.9433594 L 19.533203 1.9394531 z M 16.599609 4.6816406 L 4.3847656 16.847656 L 4.5585938 16.890625 C 4.5585938 16.890625 5.9485298 17.20055 6.8613281 18.15625 C 7.7526081 19.08935 8.1054688 20.425781 8.1054688 20.425781 L 8.1445312 20.5625 L 20.333984 8.4765625 L 20.259766 8.0957031 C 20.259766 8.0957031 19.923517 6.6249688 19.210938 5.9179688 C 18.856859 5.5666687 18.246447 5.2488686 17.732422 5.0429688 C 17.218396 4.8370688 16.816406 4.7363281 16.816406 4.7363281 L 16.599609 4.6816406 z M 18.685547 6.9335938 A 0.50005 0.50005 0 0 1 19.035156 7.796875 L 8.6601562 17.859375 A 0.50005 0.50005 0 1 1 7.9648438 17.142578 L 18.339844 7.0800781 A 0.50005 0.50005 0 0 1 18.685547 6.9335938 z M 3.90625 17.759766 L 3.3496094 20.03125 A 2 1.9999928 0 0 1 4.96875 21.652344 L 7.2558594 21.091797 L 7.1445312 20.701172 C 7.1445312 20.701172 6.7756199 19.512603 6.1386719 18.845703 C 5.5232422 18.201403 4.3164062 17.861328 4.3164062 17.861328 L 3.90625 17.759766 z "
transform="translate(0,1020.3622)"
id="path4946" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 B

After

Width:  |  Height:  |  Size: 345 B

View File

@ -0,0 +1,114 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
height="32"
viewBox="0 0 32 32"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="square.svg"
inkscape:export-filename="/home/cwalton/Pictures/bbb-cursors/square.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="24.018436"
inkscape:cy="24.563916"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="960"
inkscape:window-height="1009"
inkscape:window-x="0"
inkscape:window-y="34"
inkscape:window-maximized="0"
showguides="false"
inkscape:guide-bbox="true"
inkscape:snap-grids="true"
inkscape:snap-nodes="true"
inkscape:snap-bbox="true"
inkscape:snap-others="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true">
<inkscape:grid
type="xygrid"
id="grid4203" />
<sodipodi:guide
position="2,25"
orientation="1,0"
id="guide4258" />
<sodipodi:guide
position="8,30"
orientation="0,1"
id="guide4260" />
<sodipodi:guide
position="26,21"
orientation="1,0"
id="guide4262" />
<sodipodi:guide
position="9,6"
orientation="0,1"
id="guide4264" />
<sodipodi:guide
position="31,24"
orientation="0,1"
id="guide4269" />
<sodipodi:guide
position="8,21"
orientation="1,0"
id="guide4271" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 0.5,1020.8622 8,0 -8,8 z"
id="path4273"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:0.75294118;stroke:none;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 5,1025.3622 0,20 20,0 0,-20 z m 3.125,3 13.875,0 0.0625,14.0005 -13.9375,0.062 z"
id="rect4218"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 6,1026.3622 0,18 18,0 0,-18 z m 1,1 16,0 0,16 -16,0 z"
id="rect4207"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 B

After

Width:  |  Height:  |  Size: 621 B

View File

@ -0,0 +1,122 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
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="32"
height="32"
viewBox="0 0 32 32"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="text.svg"
inkscape:export-filename="/home/cwalton/Pictures/bbb-cursors/text.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-3.897608"
inkscape:cy="26.623245"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1009"
inkscape:window-x="0"
inkscape:window-y="34"
inkscape:window-maximized="1"
showguides="false"
inkscape:guide-bbox="true"
inkscape:snap-grids="true"
inkscape:snap-nodes="true"
inkscape:snap-bbox="true"
inkscape:snap-others="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true">
<inkscape:grid
type="xygrid"
id="grid4203" />
<sodipodi:guide
position="2,25"
orientation="1,0"
id="guide4258" />
<sodipodi:guide
position="8,30"
orientation="0,1"
id="guide4260" />
<sodipodi:guide
position="26,21"
orientation="1,0"
id="guide4262" />
<sodipodi:guide
position="9,6"
orientation="0,1"
id="guide4264" />
<sodipodi:guide
position="31,24"
orientation="0,1"
id="guide4269" />
<sodipodi:guide
position="8,21"
orientation="1,0"
id="guide4271" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 0.5,1020.8622 8,0 -8,8 z"
id="path4273"
inkscape:connector-curvature="0" />
<path
sodipodi:type="inkscape:offset"
inkscape:radius="1.0625281"
inkscape:original="M 7.109375 1026.3633 L 7.0019531 1030.0508 L 8.1679688 1030.0508 L 8.2871094 1029.1445 C 8.3164615 1028.9109 8.3636451 1028.6904 8.4296875 1028.4844 C 8.5030678 1028.2714 8.6105773 1028.0858 8.75 1027.9277 C 8.8967608 1027.7697 9.0806401 1027.6479 9.3007812 1027.5586 C 9.5282604 1027.4625 9.8065071 1027.4141 10.136719 1027.4141 L 12.294922 1027.4141 L 12.294922 1039.1289 C 12.294922 1039.438 12.243358 1039.6886 12.140625 1039.8809 C 12.045231 1040.0664 11.912916 1040.2047 11.744141 1040.3008 C 11.575367 1040.397 11.37787 1040.4637 11.150391 1040.498 C 10.930249 1040.5255 10.694805 1040.5391 10.445312 1040.5391 L 9.9277344 1040.5391 L 9.9277344 1041.4258 L 16.939453 1041.4258 L 16.939453 1040.5391 L 16.421875 1040.5391 C 16.172381 1040.5391 15.934511 1040.5226 15.707031 1040.4883 C 15.479552 1040.4539 15.280103 1040.3843 15.111328 1040.2812 C 14.949892 1040.1713 14.819528 1040.0175 14.716797 1039.8184 C 14.621402 1039.6191 14.572266 1039.3551 14.572266 1039.0254 L 14.572266 1027.4141 L 16.761719 1027.4141 C 17.099269 1027.4141 17.383849 1027.4625 17.611328 1027.5586 C 17.838807 1027.6479 18.020734 1027.7697 18.160156 1027.9277 C 18.299579 1028.0858 18.407089 1028.2714 18.480469 1028.4844 C 18.553849 1028.6904 18.605413 1028.9109 18.634766 1029.1445 L 18.746094 1030.0508 L 19.912109 1030.0508 L 19.800781 1026.3633 L 7.109375 1026.3633 z "
xlink:href="#path5581"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.27036858px;line-height:125%;font-family:'Noto Serif';-inkscape-font-specification:'Noto Serif';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:0.75294119;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path5583"
inkscape:href="#path5581"
d="m 7.1015625,1025.2988 a 1.0626344,1.0626344 0 0 0 -1.0625,1.0313 l -0.099609,3.4297 a 1.0626344,1.0626344 0 0 0 1.0625,1.0937 l 1.0839844,0 a 1.0626344,1.0626344 0 0 0 1.0527344,-0.9258 l 0.109375,-0.8437 a 1.0626344,1.0626344 0 0 0 0.00195,-0 c 0.018497,-0.1472 0.04955,-0.2804 0.089844,-0.4082 0.023915,-0.065 0.049862,-0.1069 0.076172,-0.1387 0.021385,-0.022 0.047139,-0.045 0.1230469,-0.076 a 1.0626344,1.0626344 0 0 0 0.013672,-0.01 c 0.039082,-0.016 0.1570068,-0.049 0.3632812,-0.049 l 0.9414064,0 0,9.8243 c 0,0.1559 -0.02361,0.196 -0.01563,0.1816 -0.0283,0.013 -0.06051,0.027 -0.132813,0.039 -0.154408,0.018 -0.321931,0.029 -0.505859,0.029 l -0.4824219,0 a 1.0626344,1.0626344 0 0 0 -1.0625,1.0625 l 0,0.8242 a 1.0626344,1.0626344 0 0 0 1.0625,1.0625 l 6.5175779,0 a 1.0626344,1.0626344 0 0 0 1.0625,-1.0625 l 0,-0.8242 a 1.0626344,1.0626344 0 0 0 -1.0625,-1.0625 l -0.482422,0 c -0.186062,0 -0.353736,-0.012 -0.505859,-0.035 -0.06766,-0.01 -0.09216,-0.024 -0.119141,-0.037 0.008,0.016 -0.0293,-0.072 -0.0293,-0.2734 l 0,-9.7286 0.972657,0 c 0.215283,0 0.341338,0.035 0.375,0.049 a 1.0626344,1.0626344 0 0 0 0.02539,0.01 c 0.08294,0.033 0.09464,0.051 0.101563,0.059 0.03089,0.035 0.06218,0.082 0.08984,0.1621 a 1.0626344,1.0626344 0 0 0 0.0039,0.01 c 0.04053,0.1138 0.06927,0.2405 0.08789,0.3887 l 0.103516,0.8398 a 1.0626344,1.0626344 0 0 0 1.054688,0.9336 l 1.083984,0 a 1.0626344,1.0626344 0 0 0 1.0625,-1.0937 l -0.101562,-3.4297 a 1.0626344,1.0626344 0 0 0 -1.0625,-1.0313 l -11.7968755,0 z" />
<path
sodipodi:type="inkscape:offset"
inkscape:radius="0"
inkscape:original="M 6.8710938 1060.8457 L 6.7734375 1064.3887 L 7.8222656 1064.3887 L 7.9296875 1063.5176 C 7.9560812 1063.2932 7.9992079 1063.0827 8.0585938 1062.8848 C 8.124578 1062.6802 8.220333 1062.5014 8.3457031 1062.3496 C 8.4776717 1062.1978 8.6438441 1062.0799 8.8417969 1061.9941 C 9.0463481 1061.9018 9.2968208 1061.8555 9.59375 1061.8555 L 11.533203 1061.8555 L 11.533203 1073.1094 C 11.533203 1073.4063 11.486909 1073.6473 11.394531 1073.832 C 11.308752 1074.0102 11.190826 1074.144 11.039062 1074.2363 C 10.887299 1074.3287 10.708457 1074.3928 10.503906 1074.4258 C 10.305953 1074.4522 10.09544 1074.4648 9.8710938 1074.4648 L 9.4042969 1074.4648 L 9.4042969 1075.3164 L 15.710938 1075.3164 L 15.710938 1074.4648 L 15.244141 1074.4648 C 15.019794 1074.4648 14.806114 1074.449 14.601562 1074.416 C 14.397011 1074.383 14.21817 1074.3158 14.066406 1074.2168 C 13.921241 1074.1112 13.803315 1073.9628 13.710938 1073.7715 C 13.625158 1073.5801 13.582031 1073.3265 13.582031 1073.0098 L 13.582031 1061.8555 L 15.550781 1061.8555 C 15.854309 1061.8555 16.109902 1061.9018 16.314453 1061.9941 C 16.519004 1062.0799 16.683224 1062.1978 16.808594 1062.3496 C 16.933964 1062.5014 17.029719 1062.6802 17.095703 1062.8848 C 17.161687 1063.0827 17.207981 1063.2932 17.234375 1063.5176 L 17.333984 1064.3887 L 18.382812 1064.3887 L 18.283203 1060.8457 L 6.8710938 1060.8457 z "
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.27036858px;line-height:125%;font-family:'Noto Serif';-inkscape-font-specification:'Noto Serif';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path5581"
d="m 6.8710938,1060.8457 -0.097656,3.543 1.0488281,0 0.1074219,-0.8711 c 0.026394,-0.2244 0.06952,-0.4349 0.1289063,-0.6328 0.065984,-0.2046 0.1617392,-0.3834 0.2871093,-0.5352 0.1319686,-0.1518 0.298141,-0.2697 0.4960938,-0.3555 0.2045512,-0.092 0.4550239,-0.1386 0.7519531,-0.1386 l 1.939453,0 0,11.2539 c 0,0.2969 -0.04629,0.5379 -0.138672,0.7226 -0.08578,0.1782 -0.203705,0.312 -0.355469,0.4043 -0.151763,0.092 -0.330605,0.1565 -0.535156,0.1895 -0.197953,0.026 -0.408466,0.039 -0.6328122,0.039 l -0.4667969,0 0,0.8516 6.3066411,0 0,-0.8516 -0.466797,0 c -0.224347,0 -0.438027,-0.016 -0.642579,-0.049 -0.204551,-0.033 -0.383392,-0.1002 -0.535156,-0.1992 -0.145165,-0.1056 -0.263091,-0.254 -0.355468,-0.4453 -0.08578,-0.1914 -0.128907,-0.445 -0.128907,-0.7617 l 0,-11.1543 1.96875,0 c 0.303528,0 0.559121,0.046 0.763672,0.1386 0.204551,0.086 0.368771,0.2037 0.494141,0.3555 0.12537,0.1518 0.221125,0.3306 0.287109,0.5352 0.06598,0.1979 0.112278,0.4084 0.138672,0.6328 l 0.09961,0.8711 1.048828,0 -0.09961,-3.543 -11.4121092,0 z"
transform="matrix(1.112089,0,0,1.0409659,-0.53165608,-77.941868)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 366 B

After

Width:  |  Height:  |  Size: 939 B

View File

@ -0,0 +1,114 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
height="32"
viewBox="0 0 32 32"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="triangle.svg"
inkscape:export-filename="/home/cwalton/Pictures/bbb-cursors/triangle.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="16"
inkscape:cx="25.698868"
inkscape:cy="14.972468"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1009"
inkscape:window-x="0"
inkscape:window-y="34"
inkscape:window-maximized="1"
showguides="false"
inkscape:guide-bbox="true"
inkscape:snap-grids="true"
inkscape:snap-nodes="false"
inkscape:snap-bbox="true"
inkscape:snap-others="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true">
<inkscape:grid
type="xygrid"
id="grid4203" />
<sodipodi:guide
position="2,25"
orientation="1,0"
id="guide4258" />
<sodipodi:guide
position="8,30"
orientation="0,1"
id="guide4260" />
<sodipodi:guide
position="26,21"
orientation="1,0"
id="guide4262" />
<sodipodi:guide
position="9,6"
orientation="0,1"
id="guide4264" />
<sodipodi:guide
position="31,24"
orientation="0,1"
id="guide4269" />
<sodipodi:guide
position="8,21"
orientation="1,0"
id="guide4271" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 0.5,1020.8622 8,0 -8,8 z"
id="path4273"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path4145"
d="m 3.4512302,1041.9108 9.5244348,-18.0488 9.524434,18.0488 z"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.75294118" />
<path
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 3.4511644,1041.9109 9.5244346,-18.0488 9.524434,18.0488 z"
id="path4143"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB