Advertisement
Guest User

SVG text issues

a guest
Apr 28th, 2023
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <svg version="2.0" id="svg" xmlns="http://www.w3.org/2000/svg"
  6. xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  7. viewBox="0 0 291.9 230.5" style="enable-background:new 0 0 291.9 230.5;">
  8.  
  9.  
  10.  
  11. <style type="text/css">
  12.  
  13.  
  14. .st0 {
  15. fill: #A9A9AB;
  16. }
  17.  
  18. .st1 {
  19. fill-rule: evenodd;
  20. clip-rule: evenodd;
  21. fill: #232323;
  22. }
  23.  
  24. .st2 {
  25. fill-rule: evenodd;
  26. clip-rule: evenodd;
  27. fill: #565656;
  28. }
  29.  
  30. .st3 {
  31. fill-rule: evenodd;
  32. clip-rule: evenodd;
  33. fill: #00A651;
  34. }
  35.  
  36. .st4 {
  37. fill-rule: evenodd;
  38. clip-rule: evenodd;
  39. fill: #D1D3D4;
  40. }
  41.  
  42. .st5 {
  43. fill: #E6E7E8;
  44. }
  45.  
  46. .st6 {
  47. fill: #FFFFFF;
  48. }
  49.  
  50. .st7 {
  51.  
  52. fill: #ff0000;
  53. font-family: 'Oswald', sans-serif;
  54. font-weight: 500;
  55. transform-origin: 0px 0px;
  56. }
  57.  
  58. .st8 {
  59. font-size: 15px;
  60. }
  61.  
  62. .st9 {
  63. font-size: 42.9995px;
  64. }
  65.  
  66. .st10 {
  67. opacity: 0.8;
  68. fill: #A9A9AB;
  69. enable-background: new;
  70. }
  71.  
  72. .st11 {
  73. opacity: 0.8;
  74. }
  75.  
  76.  
  77.  
  78. </style>
  79.  
  80. <text transform="matrix(0.976 -0.2176 0.2176 0.976 177.1227 169.5521)"
  81. class="st6 st7 st9">TEXT
  82. </text>
  83. </svg>
  84.  
  85. </body>
  86. </html>
  87.  
Tags: svg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement