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

--- Comment #2 from Brion Vibber <[email protected]> 2011-08-24 18:32:39 UTC 
---
Looks like the mwlib rendering system isn't properly detecting the native size
of these images.

They're not being given an explicit size on the invocation, so the native size
is used -- which in the file is defined as a nice compact 10x10:

<svg xmlns="http://www.w3.org/2000/svg"; width="10" height="10">

If mwlib doesn't understand that it may be defaulting to some fairly large
size... or perhaps just "size to fit", since the green & yellow images (both
defined as 10x10 pixels) get rendered at different sizes.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to