tinker-method-draw 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/dist/all.css +2990 -0
  2. package/dist/all.js +23982 -0
  3. package/dist/extensions/ext-shapes.xml +8 -0
  4. package/dist/images/AlphaBar.png +0 -0
  5. package/dist/images/Bars.png +0 -0
  6. package/dist/images/Maps.png +0 -0
  7. package/dist/images/NoColor.svg +7 -0
  8. package/dist/images/bar-opacity.png +0 -0
  9. package/dist/images/drag.png +0 -0
  10. package/dist/images/dragging.png +0 -0
  11. package/dist/images/eyedropper.png +0 -0
  12. package/dist/images/eyedropper.svg +17 -0
  13. package/dist/images/favicon.svg +4 -0
  14. package/dist/images/logo.png +0 -0
  15. package/dist/images/map-opacity.png +0 -0
  16. package/dist/images/mappoint.gif +0 -0
  17. package/dist/images/mappoint_c.png +0 -0
  18. package/dist/images/mappoint_f.png +0 -0
  19. package/dist/images/pencil_cursor.png +0 -0
  20. package/dist/images/placeholder.svg +10 -0
  21. package/dist/images/preview-opacity.png +0 -0
  22. package/dist/images/rangearrows.svg +7 -0
  23. package/dist/images/rangearrows2.svg +7 -0
  24. package/dist/images/rotate.png +0 -0
  25. package/dist/index.html +723 -0
  26. package/dist/js/lib/canvg.js +2620 -0
  27. package/dist/js/lib/rgbcolor.js +287 -0
  28. package/dist/loading.js +14 -0
  29. package/dist/shapelib/arrow.json +40 -0
  30. package/dist/shapelib/dialog_balloon.json +14 -0
  31. package/dist/shapelib/flowchart.json +20 -0
  32. package/dist/shapelib/game.json +13 -0
  33. package/dist/shapelib/math.json +8 -0
  34. package/dist/shapelib/music.json +21 -0
  35. package/dist/shapelib/nature.json +36 -0
  36. package/dist/shapelib/object.json +30 -0
  37. package/dist/shapelib/raphael.txt +12 -0
  38. package/dist/shapelib/social.json +17 -0
  39. package/dist/shapelib/symbol.json +35 -0
  40. package/dist/shapelib/ui.json +55 -0
  41. package/dist/shapelib/weather.json +22 -0
  42. package/dist/site.webmanifest +15 -0
  43. package/package.json +19 -0
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg">
2
+ <g id="tool_shapelib">
3
+ <svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
4
+ <path fill="#2F2F2C" d="M0,0v27h27V0H0z M20.328,24.166l-6.891-3.622l-6.891,3.622l1.316-7.672L2.289,11.06l7.704-1.121
5
+ l3.445-6.979l3.447,6.98l7.702,1.121l-5.573,5.434L20.328,24.166z"/>
6
+ </svg>
7
+ </g>
8
+ </svg>
Binary file
Binary file
Binary file
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17">
2
+ <g stroke="#F00000" fill="none" fill-rule="evenodd">
3
+ <path d="M .5 .5 h 16 v 16 H .5 z"/>
4
+ <path d="M1 1 l 15 15" stroke-linecap="square"/>
5
+ <path d="M1 15 L 16 1" stroke-linecap="square"/>
6
+ </g>
7
+ </svg>
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,17 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23">
2
+ <defs>
3
+ <filter x="-17.5%" y="-13.2%" width="135%" height="136.8%" filterUnits="objectBoundingBox" id="a">
4
+ <feOffset dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/>
5
+ <feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"/>
6
+ <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0" in="shadowBlurOuter1" result="shadowMatrixOuter1"/>
7
+ <feMerge>
8
+ <feMergeNode in="shadowMatrixOuter1"/>
9
+ <feMergeNode in="SourceGraphic"/>
10
+ </feMerge>
11
+ </filter>
12
+ </defs>
13
+ <g filter="url(#a)" transform="translate(2 1)" fill="none" fill-rule="evenodd">
14
+ <path fill="#FFF" d="M1.46 17.53l1.11-4.01 8.72-8.65 3.03 3.26-8.48 7.92z"/>
15
+ <path d="M17.35 8.72l-2.13 2.13-1.41-1.42-7.71 7.71L1.5 19 0 17.5l1.86-4.6 7.71-7.71-1.42-1.41 2.13-2.13 7.07 7.07zM18.16 1a3 3 0 010 4.24l-2.92 2.92L11 3.92 13.92 1a3 3 0 014.24 0zM3.56 14.03L2.5 16.5l2.47-1.06L12.4 8 11 6.6l-7.44 7.43z" fill="#000" fill-rule="nonzero"/>
16
+ </g>
17
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 16 16" width="16" height="16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M-.1 16.1L16 .04V16.1H-.1z" fill="#ccc"></path>
3
+ <path d="M0 16.1V.1l16 16H0z" fill="#666"></path>
4
+ </svg>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ width="100px" height="100px" viewbox="0 0 100 100" preserveAspectRatio="none"
6
+ xml:space="preserve">
7
+ <rect width="100" height="100" fill="#ddd" stroke-width="1" stroke="#aaa" vector-effect="non-scaling-stroke" />
8
+ <path d="M 0 0 L 100 100 Z" stroke-width="1" stroke="#aaa" vector-effect="non-scaling-stroke" />
9
+ <path d="M 100 0 L 0 100 Z" stroke-width="1" stroke="#aaa" vector-effect="non-scaling-stroke" />
10
+ </svg>
Binary file
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 7">
2
+ <g fill="none" fill-rule="evenodd">
3
+ <path fill="#000" d="M14 3.01v1H6v-1z"/>
4
+ <path d="M6.16 3.52L2.96.67a.5.5 0 00-.33-.13h-1.6a.5.5 0 00-.5.5V6c0 .27.22.5.5.5h1.6a.5.5 0 00.34-.13l3.2-2.86z" stroke="#625E57" fill="#FFF"/>
5
+ <path d="M13.74 3.48l3.2 2.86c.08.08.2.13.33.13h1.6a.5.5 0 00.5-.5V1a.5.5 0 00-.5-.5h-1.6a.5.5 0 00-.34.13l-3.2 2.85z" stroke="#625E57" fill="#FFF"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 20">
2
+ <g fill="none" fill-rule="evenodd">
3
+ <path fill="#ADADAD" d="M4 7h1v6H4z"/>
4
+ <path d="M4.47 7.33l3.86-3.4a.5.5 0 00.17-.38V1A.5.5 0 008 .5H1a.5.5 0 00-.5.5v2.55c0 .15.06.28.17.38l3.8 3.4z" stroke="#625E57" fill="#FFF"/>
5
+ <path d="M4.53 12.67l-3.86 3.4a.5.5 0 00-.17.38V19c0 .28.22.5.5.5h7a.5.5 0 00.5-.5v-2.55a.5.5 0 00-.17-.38l-3.8-3.4z" stroke="#625E57" fill="#FFF"/>
6
+ </g>
7
+ </svg>
Binary file