Archivo:Animated analog SVG clock.svg

Archivo original(Archivo SVG animado, nominalmente de 512 × 512 píxeles, tamaño del archivo: 33 kB)

Nota: debido a limitaciones técnicas, las miniaturas de este archivo no estarán animadas.


Wikimedia Commons Logo Este archivo es de Wikimedia Commons y puede usarse en otros proyectos. La descripción en su página de descripción del archivo se muestra debajo.

Resumen

Descripción
Deutsch: Animierte analoge SVG-Uhr.
English: Animated analog SVG clock.
Fecha
Fuente

Trabajo propio

English: Based on this master image.
Deutsch: Basierend auf dieser Bildvorlage.
Autor Fleshgrinder
Permiso
(Reutilización de este archivo)
Public domain Este trabajo ha sido liberado al dominio público por su autor, Fleshgrinder. Esto aplica para todo el mundo.

En algunos países esto puede no ser legalmente factible; si ello ocurriese:
Fleshgrinder otorga a cualquier persona el derecho de usar este trabajo para cualquier propósito, sin ningún tipo de condición, a menos que éstas sean requeridas por la ley.

SVG desarrollo
InfoField
 
El código fuente de esta imagen SVG es válido.
 
Este gráfico vectorial fue creado con una desconocida SVG herramienta
Esta imagen es una animación en SVG. La animación utiliza SMIL. El formato .png previsualizado por RSVG no está animado y puede ser incompleta o incorrecta. Antes de ejecutar revise el archivo original donde proyecte una animación SVG en su navegador de preferencia compatible, tal como las versiones superiores Opera (8+), Safari (4+), Chrome (2+), o Internet Explorer junto al complemento Adobe SVG viewer que viene instalado. Sin embargo, las versiones de Firefox no pueden soportar la animación SMIL, en tal caso consulte a su navegador para reparar los ajustes. Las otras animaciones vectoriales están guardados en la Categoría:Animated SVG files.

Templates:Animated SVG/I18n
العربية | Boarisch | বাংলা | català | čeština | Deutsch | Deutsch (Sie-Form)‎ | English | español | فارسی | suomi | français | galego | עברית | हिन्दी | magyar | հայերեն | íslenska | italiano | 日本語 | 한국어 | lietuvių | македонски | മലയാളം | Plattdüütsch | Nederlands | occitan | português | português do Brasil | русский | sicilianu | slovenščina | svenska | ไทย | українська | 中文 | 中文(简体)‎ | 中文(繁體)‎ | +/−

Resumen

English: To display the client's current system time, uncomment the JavaScript within the SVG. It’s not possible to upload the file with the JavaScript – security reasons. You can have a look at a working example here.
Deutsch: Um die aktuelle Systemzeit anzuzeigen, unkommentiere das JavaScript in der SVG. Es ist nicht möglich die Datei mit dem JavaScript hoch zu laden – Sicherheitsgründe. Ein funktionierendes Beispiel kann hier angesehen werden.
/**
 * Set the clock to the client's system time, directly after the SVG is loaded.
 *
 * @param evt e
 */
function s(e) {
	// Create new Date() object.
	var d = new Date();
	// Get current seconds.
	var s = d.getSeconds();
	// Get current minutes and add the current second.
	var m = d.getMinutes() + s / 60;
	// Get current hours and add the current minute.
	var h = d.getHours() + m / 60;
	// Get the current document, so we can alter the DOM.
	var svg = e.target.ownerDocument;
	// Rotate the second clockhand to the current seconds.
	svg.getElementById("Second").setAttribute("transform", "rotate(" + (s * 6) + ", 256, 256)");
	svg.getElementById("SecondShadow").setAttribute("transform", "rotate(" + (s * 6) + ", 253, 259)");
	// Rotate the minute clockhand to the current minute.
	svg.getElementById("Minute").setAttribute("transform", "rotate(" + (m * 6) + ", 256, 256)");
	svg.getElementById("MinuteShadow").setAttribute("transform", "rotate(" + (m * 6) + ", 254, 258)");
	// Rotate the hour clockhand to the current hour.
	svg.getElementById("Hour").setAttribute("transform", "rotate(" + (h * 30) + ", 256, 256)");
	svg.getElementById("HourShadow").setAttribute("transform", "rotate(" + (h * 30) + ", 255, 257)");
}

Esta imagen es considerada imagen de calidad después de haber sido evaluada según la guía para imágenes de calidad.

العربية  جازايرية  беларуская  беларуская (тарашкевіца)  български  বাংলা  català  čeština  Cymraeg  Deutsch  Schweizer Hochdeutsch  Zazaki  Ελληνικά  English  Esperanto  español  eesti  euskara  فارسی  suomi  français  galego  עברית  हिन्दी  hrvatski  magyar  հայերեն  Bahasa Indonesia  italiano  日本語  Jawa  ქართული  한국어  kurdî  Lëtzebuergesch  lietuvių  македонски  മലയാളം  मराठी  Bahasa Melayu  Nederlands  Norfuk / Pitkern  polski  português  português do Brasil  rumantsch  română  русский  sicilianu  slovenčina  slovenščina  shqip  српски / srpski  svenska  தமிழ்  తెలుగు  ไทย  Tagalog  Türkçe  toki pona  українська  vèneto  Tiếng Việt  中文  中文(简体)  中文(繁體)  +/−

Leyendas

Añade una explicación corta acerca de lo que representa este archivo

Elementos representados en este archivo

representa a

image/svg+xml

97f47b2fca1cd97c29a7f1bd45639e5ca43e8ac1

512 píxel

512 píxel

Historial del archivo

Haz clic sobre una fecha y hora para ver el archivo tal como apareció en ese momento.

Fecha y horaMiniaturaDimensionesUsuarioComentario
actual21:50 14 nov 2010Miniatura de la versión del 21:50 14 nov 2010512 × 512 (33 kB)FleshgrinderUpdated version with more SFX and improved readability. This SVG is not minimized so it’s easier to have a direct look at the source code.
18:16 11 nov 2010Miniatura de la versión del 18:16 11 nov 2010512 × 512 (29 kB)Fleshgrinder{{ValidSVG}} {{Information |Description = {{en|1=Animierte analoge SVG-Uhr.}} {{de|1=Animated analog SVG clock.}} {{Animated SVG}} |Source = {{own}} {{en|1=Based on [http://salestores.com/stores/images/images_747/WT3143A.jpg this master image].

La siguiente página usa este archivo:

Uso global del archivo

Las wikis siguientes utilizan este archivo:

Metadatos