spec/sample_svg/matrix_transform.svg in prawn-svg-0.12.0.10 vs spec/sample_svg/matrix_transform.svg in prawn-svg-0.12.0.11
- old
+ new
@@ -1,10 +1,13 @@
<svg height="975" version="1.1" width="1275" xmlns="http://www.w3.org/2000/svg">
- <text x="200" y="200" text-anchor="middle" stroke="none" fill="#000000" font-size="40px" font-weight="bold" transform="matrix(0.9848,0.1736,-0.1736,0.9848,0,0)">
- Zero transform
- </text>
- <rect x="198" y="198" width="4" height="4" stroke="blue" fill="blue" />
- <text x="638" y="471" text-anchor="middle" stroke="none" fill="#000000" font-size="80px" font-weight="bold" transform="matrix(0.7071,-0.7071,0.7071,0.7071,-146.1814,589.0868)">
- Matrix transform
- </text>
- <rect x="636" y="469" width="4" height="4" stroke="blue" fill="blue" />
+ <g font-family="Arial">
+ <rect x="0" y="0" width="1275" height="975" fill="#eee"/>
+ <text x="200" y="200" text-anchor="middle" stroke="none" fill="#000000" font-size="40px" font-weight="bold" transform="matrix(0.9848,0.1736,-0.1736,0.9848,0,0)">
+ Zero transform
+ </text>
+ <rect x="198" y="198" width="4" height="4" stroke="blue" fill="blue" />
+ <text x="638" y="471" text-anchor="middle" stroke="none" fill="#000000" font-size="80px" font-weight="bold" transform="matrix(0.7071,-0.7071,0.7071,0.7071,-146.1814,589.0868)">
+ Matrix transform
+ </text>
+ <rect x="636" y="469" width="4" height="4" stroke="blue" fill="blue" />
+ </g>
</svg>