multiple-css-classes.svg 496 B

1234567891011
  1. <svg width="377.7" height="571.5" version="1.1" viewBox="0 0 99.93 151.2" xmlns="http://www.w3.org/2000/svg">
  2. <style type="text/css">
  3. .fill-red { fill: red; }
  4. .stroke-green { stroke: green; }
  5. </style>
  6. <g transform="translate(0 -54.56)">
  7. <rect class="fill-red" x="5" y="59.56" width="89.93" height="35.5" />
  8. <rect class="stroke-green" x="5" y="111.6" width="89.53" height="35.1" />
  9. <rect class="fill-red stroke-green" x="5" y="165.7" width="89.53" height="35.1" />
  10. </g>
  11. </svg>