File talk:Red pog.svg

来自Wikimedia Commons
跳转到导航 跳转到搜索

Oh noes![编辑]

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?[编辑]

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[编辑]

Please include in Category:Map pointers, dotset 1 too. --Bean49 (talk) 20:08, 5 October 2009 (UTC)[回复]

✓ 完成--Trixt (talk) 19:19, 14 January 2010 (UTC)[回复]

Wrong category[编辑]

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[编辑]

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)[回复]