After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 756071 - Transform down-scaling causing dislocation of subsequent texts
Transform down-scaling causing dislocation of subsequent texts
Status: RESOLVED DUPLICATE of bug 749415
Product: librsvg
Classification: Core
Component: general
unspecified
Other All
: Normal major
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-05 02:47 UTC by ifurkend
Modified: 2015-10-15 16:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Exmaple svg file which illustrates the said bug by the intial bug reporter (373 bytes, image/svg+xml)
2015-10-05 02:47 UTC, ifurkend
Details

Description ifurkend 2015-10-05 02:47:26 UTC
Created attachment 312658 [details]
Exmaple svg file which illustrates the said bug by the intial bug reporter

Here is the simple setup to re-create the bug:

	<circle transform="scale(0.03)" cx="0" cy="0" r="50"/>
	<g font-size="20px">
		<text x="50" y="120">Text here 1</text>
		<text x="50" y="140">Text here 2</text>
		<text x="50" y="160">Text here 3</text>
	</g>

All texts will be badly aligned horizontally when the preceding shape (any element which generates a legal shape like "circle", "rect" and "path") is given a scale value smaller than 0.4. The dislocation of texts gets more severe when the scale value is getting smaller.

If the shape is nested in a <g> group and the transform-scale is moved to that <g> tag instead of the shape itself, the subsequent text will be rendered correctly.
Comment 1 mik@gmx.org 2015-10-15 16:58:27 UTC
Thanks for taking the time to report this.
This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 749415 ***