Guest User

Untitled

a guest
Nov 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <defs>
  2. <style>
  3. path {
  4. transition: fill 2s;
  5. }
  6. path:hover {
  7. fill:red !important;
  8. }
  9. </style>
  10. </defs>
  11.  
  12. <path style="fill:#ffffff;stroke-width:1.95499432"...
  13.  
  14. <path d="m 409.51823,171.04465 c -1.61287,-0.34827 -8.87078,-1.19599 -16.1287,-1.88382 l -13.19621,-1.2506 v -25.25932 -25.25932 l 10.26372,0.0148 c 9.75768,0.014 34.79672,3.33913 36.27473,4.81715 0.64735,0.64736 -6.48667,38.8851 -8.67303,46.48669 -0.95153,3.30828 -2.31046,3.67973 -8.54051,2.33446 z"
  15. id="d1s1"
  16. inkscape:connector-curvature="0"
  17. transform="matrix(0.26458333,0,0,0.26458333,4.9999997,48.5)"
  18. inkscape:label="d1s1" />
  19.  
  20. <style>
  21. #d1s1 {
  22. fill:#ffffff;
  23. stroke-width:1.95499432;
  24. transition: fill 2s;
  25. }
  26.  
  27. #d1s1:hover {
  28. fill: #ffff00;
  29. }
  30. </style>
Add Comment
Please, Sign In to add comment