svg_render.rnite 444 B

12345678910111213141516
  1. --- !Document
  2. _tests: !List/Boolean
  3. - !Equal/String
  4. a: !SubRender
  5. source: !RenderShape
  6. shape: !RectangleWH
  7. position: (10, 20)
  8. size: (40, 30)
  9. shading: !ShadingStyle
  10. fill_color: "#000000ff"
  11. line_color: "#000000ff"
  12. line_width: 1
  13. b: <rect x="10" y="20" width="40" height="30" style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1;stroke-width:1;" />