Advertisement
Guest User

Inkscape marker

a guest
Apr 18th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. NOTE: this file is currently (0.48+) edited manually.
  4. Insert the new markers into the <defs>.
  5. -->
  6. <svg xmlns="http://www.w3.org/2000/svg"
  7. xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape">
  8. <defs id="defs3">
  9.  
  10. <!-- Engineering Arrows -->
  11. <!-- 1 LARGE -->
  12. <marker
  13. markerWidth="10.002042"
  14. markerHeight="4.0071907"
  15. refX="7.50153135"
  16. refY="3.005393025"
  17. orient="auto"
  18. id="EnggArrowLStart">
  19. <path
  20. transform="scale(1.5)"
  21. sodipodi:nodetypes="cccc"
  22. inkscape:connector-curvature="0"
  23. d="m 9.9406691,0.07436543 0,3.85829997 -9.92890003,-1.94 z"
  24. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.12274596;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
  25. </marker>
  26.  
  27. <marker
  28. markerWidth="10.002042"
  29. markerHeight="4.0071907"
  30. refX="-7.50153135"
  31. refY="-3.005393025"
  32. orient="auto"
  33. id="EnggArrowLEnd">
  34. <path
  35. transform="rotate(180) scale(1.5)"
  36. sodipodi:nodetypes="cccc"
  37. inkscape:connector-curvature="0"
  38. d="m 9.9406691,0.07436543 0,3.85829997 -9.92890003,-1.94 z"
  39. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.12274596;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
  40. </marker>
  41.  
  42. <!-- 2 Medium -->
  43. <marker
  44. markerWidth="10.002042"
  45. markerHeight="4.0071907"
  46. refX="5.0010209"
  47. refY="2.0035954"
  48. orient="auto"
  49. id="EnggArrowMStart">
  50. <path
  51. sodipodi:nodetypes="cccc"
  52. inkscape:connector-curvature="0"
  53. d="m 9.9406691,0.07436543 0,3.85829997 -9.92890003,-1.94 z"
  54. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.12274596;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
  55. </marker>
  56.  
  57. <marker
  58. markerWidth="10.002042"
  59. markerHeight="4.0071907"
  60. refX="-5.0010209"
  61. refY="-2.0035954"
  62. orient="auto"
  63. id="EnggArrowMEnd">
  64. <path
  65. transform="rotate(180) "
  66. sodipodi:nodetypes="cccc"
  67. inkscape:connector-curvature="0"
  68. d="m 9.9406691,0.07436543 0,3.85829997 -9.92890003,-1.94 z"
  69. style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.12274596;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
  70. </marker>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement