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

           Summary: SVG rendering maximum should base on area, not largest
                    size?
           Product: MediaWiki
           Version: unspecified
          Platform: All
               URL: http://en.wikipedia.org/w/index.php?title=Reference_rang
                    es_for_blood_tests&oldid=248679203#By_mass
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Images
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


A version of [[Reference_ranges_for_blood_tests]] attempted to replace a PNG of
a large panoramic graph (4436x400 pixels) with an SVG --
[[Image:Reference_ranges_for_blood_tests_-_by_mass.svg]].

In theory, this should look nice... but our SVG rasterization limit of
2048x2048 hits it, so it gets rendered to 2048x185 and scaled up in-browser...
which looks terrible. :)

http://upload.wikimedia.org/wikipedia/commons/thumb/7/7c/Reference_ranges_for_blood_tests_-_by_mass.svg/2048px-Reference_ranges_for_blood_tests_-_by_mass.svg.png

We don't want to render things super-huge, but for panoramic-style images, it
shouldn't be terribly expensive. The limit should probably be changed to work
on area, like our existing restrictions on PNG resizing.


-- 
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 watching all bug changes.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to