[Bug 19633] Scale up thumbnails of small SVG

2010-10-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19633

--- Comment #6 from Derk-Jan Hartman hart...@videolan.org 2010-10-31 14:43:11 
UTC ---
hmm, this is totally the wrong patch btw. It seems that I have lost that one.
:(

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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


[Bug 19633] Scale up thumbnails of small SVG

2010-10-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19633

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #7 from Derk-Jan Hartman hart...@videolan.org 2010-10-31 22:05:39 
UTC ---
Fixed with r75748 and r75749

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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


[Bug 19633] Scale up thumbnails of small SVG

2010-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19633

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #4 from Derk-Jan Hartman hart...@videolan.org 2010-05-18 21:47:42 
CEST ---

Linker.php makeImageLink2()

When no explicit width is set, width is initiated as the full image size (which
is the nominal image size for an SVG). Then in case of thumbnails, the
thumbsize is retrieved from the preferences, but that thumbsize is ONLY used,
if ( $prefWidth  $hp['width'] ). Because in the case of small nominal SVG
sizes, prefwidth will always be larger, the default thumbnail size is never
used.

The same is true for small bitmap images such as File:External_link_icon.png

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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


[Bug 19633] Scale up thumbnails of small SVG

2010-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19633

--- Comment #5 from Derk-Jan Hartman hart...@videolan.org 2010-05-18 22:02:50 
CEST ---
Created an attachment (id=7384)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7384)
Possible new check

We could choose to always 'upscale' material that is vector based.

The patch shows such a check, but requires implementation of isVectorized().

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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


[Bug 19633] Scale up thumbnails of small SVG

2009-12-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19633


Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

Summary|small SVG files were not|Scale up thumbnails of small
   |magnified for thumb image   |SVG




--- Comment #3 from Guillaume Paumier gpaum...@wikimedia.org  2009-12-31 
23:09:45 UTC ---
We scale up thumbnails of small SVGs in gallerys, so it makes sense to scale
them up when used with |thumb as well.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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