File talk:Gtk-dialog-info.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search


Categories[edit]

{{editrequest}} Should add [[Category:Blue and white]] [[Category:Square icons]] <----  ?? [[Category:Blue circles]] . Thanks. --Anime Addict AA (talk) 20:35, 30 January 2010 (UTC)[reply]

✓ Done --Mormegil (talk) 14:22, 1 February 2010 (UTC)[reply]

File size[edit]

{{editprotected}}

It's not reasonable to change a file used throughout wikipedia from 60 x 60 to 512 x 512 and cause reformatting of hundred(s) of pages. Can it be replaced with an image the previous size? Or the prior version restored? Gerardw (talk) 03:44, 2 March 2010 (UTC)[reply]

Tried, but it's protected... All that would have to be done is to change the first line of the file in this manner: AnonMoos (talk) 07:56, 2 March 2010 (UTC)[reply]
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="60" width="60" viewBox="0 0 60 60">
 <defs id="defs0">
  <radialGradient id="rg1" gradientUnits="userSpaceOnUse" cy="22.942" cx="66.706" r="59.341">
   <stop stop-color="#06c" offset="0"/>
   <stop stop-color="#039" offset="1"/>
  </radialGradient>
  <linearGradient id="lg1" x1="85.76" gradientUnits="userSpaceOnUse" y1="12.79" x2="85.76" y2="44.682">
   <stop stop-color="#fff" offset="0"/>
   <stop stop-color="#0d3692" offset="1"/>
  </linearGradient>
  <linearGradient id="lg2" x1="85.76" y1="12.79" x2="85.76" y2="44.682" gradientUnits="userSpaceOnUse" xlink:href="#lg1" gradientTransform="matrix(0.71714,0,0,0.71744,-32.794,1.5)"/>
  <radialGradient id="rg2" cx="66.706" cy="22.942" gradientUnits="userSpaceOnUse" xlink:href="#rg1" gradientTransform="matrix(0.71714,0,0,0.71744,-32.794,1.5)" r="59.341"/>
 </defs>
 <path id="p1" fill="#999" opacity="0.36" d="M3.629,30.802c0,15.273,12.419,27.698,27.684,27.698,15.266,0,27.687-12.425,27.687-27.698,0-15.272-12.421-27.696-27.686-27.696-15.266,0-27.685,12.424-27.685,27.696z"/>
 <path id="p2" fill="#06c" d="m1,29.197c0,15.272,12.419,27.697,27.685,27.697,15.269,0,27.683-12.425,27.683-27.697s-12.414-27.697-27.683-27.697c-15.266,0-27.685,12.425-27.685,27.697z"/>
 <path id="p3" fill="url(#rg2)" d="m3.005,28.796c0,14.188,11.498,25.691,25.679,25.691,14.18,0,25.676-11.503,25.676-25.691s-11.496-25.69-25.675-25.69c-14.182,0-25.68,11.502-25.68,25.69z"/>
 <path id="p4" fill="#fff" opacity="0.36" d="M5.814,31.305c0-15.066,10.759-27.37,24.3-28.158-0.473-0.026-0.949-0.042-1.429-0.042-14.181,0-25.679,11.502-25.679,25.69,0,6.554,2.458,12.53,6.494,17.068-2.338-4.25-3.686-9.232-3.686-14.559z"/>
 <path id="p5" fill="url(#lg2)" opacity="0.5" d="m29.079,27.535c8.694,0,16.697-1.264,23.051-3.383-2.03-11.97-11.747-21.046-23.444-21.046-11.611,0-21.28,8.948-23.402,20.792,6.468,2.272,14.757,3.637,23.795,3.637z"/>
 <path id="i" fill="#fff" d="m32.724,42.469c0,3.221,0,5.096,3.16,5.096v1.054h-14.4v-1.054c3.22,0,3.22-1.874,3.22-5.096v-14.289c0-3.103,0-5.211-3.22-5.211v-1.054h11.24v20.554zm-4.039-33.496c2.4,0,4.39,1.991,4.39,4.392s-1.99,4.392-4.39,4.392-4.39-1.991-4.39-4.392,1.99-4.392,4.39-4.392z"/>
</svg>
First of all, this is a SVG, it doesn't really have a size. The nominal size should be irrelevant to you. The only time a change like this should affect uses is if someone forgot to set the size, like using [[File:Gtk-dialog-info.svg]] without the px. As you should always set the size, these need to be fixed anyway. Otherwise, it's difficult to change this. SVGs without decimal points are less bytes, that's the reason for the change (very minor, true, but it shouldn't have affected any use). Please show me where there's "hundred(s) of pages" that need reformatting. I'm guessing there's like one or two (possibly in a template). Rocket000 (talk) 05:25, 16 March 2010 (UTC)[reply]
✓ Done, BTW. Rocket000 (talk) 05:29, 16 March 2010 (UTC)[reply]
The idea of leaving out the height="" and width="" parameters, and leaving it to external software to set the basic size, sounds good in theory, but seems to create problems in practice (especially if the images is intended to fit in a non-square box, but sometimes even if the image has equal intended width and height). AnonMoos (talk) 11:01, 16 March 2010 (UTC)[reply]