https://bugzilla.wikimedia.org/show_bug.cgi?id=34947

PRO <perheli...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |perheli...@gmail.com

--- Comment #4 from PRO <perheli...@gmail.com> ---
I've analyzed the file. It is an extremely high ratio of scaling and font size.
~900:1. The affected file has an scale of ~900. The other unaffected SVGs are
nearly equal with the difference that the font-size is ~900.

So you can simple fix this test:

<svg xmlns="http://www.w3.org/2000/svg"; viewBox="2000 -20000 30000 20000"
width="750" height="600">
<text transform="translate(12296,-3469) scale(1,1)" font-size="900"
style="font-family:Nimbus Roman No9 L">Prelude in B major</text>
<text transform="translate(12296,-6000) scale(910,910)" font-size="1"
style="font-family:Nimbus Roman No9 L">Prelude in B major</text
</svg>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to