File talk:Red pog.svg
Oh noes!
[edit]What happened? The dot isn't working, which is messing up countless pages. Theanphibian 16:44, 15 September 2007 (UTC)
Thank God! I tought this problem was only in huwiki, or that my computer was playing tricks with me! Villy 16:52, 15 September 2007 (UTC)
- This problem is absolutely everywhere, not just this image or any specific language. Theanphibian 05:15, 16 September 2007 (UTC)
yeah, I've noticed. :( Villy 08:42, 16 September 2007 (UTC)
Shadow?
[edit]Could someone please add a shadow to the pog? It looks a bit 2D without a shadow. (Preferably a drop shadow directly under it, no offset). Thanks! The Obento Musubi (talk) 05:42, 28 December 2008 (UTC)
Category
[edit]Please include in Category:Map pointers, dotset 1 too. --Bean49 (talk) 20:08, 5 October 2009 (UTC)
- Done--Trixt (talk) 19:19, 14 January 2010 (UTC)
Wrong category
[edit]Please replace {{valid svg}}
by {{SimplSVG}}
, and
remove [[Category:Manually coded SVG]]
(that's a meta category).
It is still edit protected because of some vandalism in 2008. How about unprotect it? sarang♥사랑 07:48, 14 August 2012 (UTC)
Simplification
[edit]The file can de drawn simpler with the code that follows
<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64"> <defs><radialGradient id="rg" cx=".5" cy=".5" r=".5" fx=".25" fy=".25"> <stop stop-color="#FFF" offset="0"/> <stop stop-color="#D33" offset=".50"/> <stop stop-color="#900" offset=".75"/> <stop offset="1"/> </radialGradient></defs> <circle r="30" cx="32" cy="32" fill="url(#rg)"/> </svg>
Stripping also the offset="0"
will give no problems with rendering,
but the W3C validator would not like it. sarang♥사랑 13:48, 18 August 2012 (UTC)