File:Regular polygon 4 vertex animation.svg

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

Original file(Animated SVG file, nominally 640 × 640 pixels, file size: 5 KB)

Note: Due to technical limitations, thumbnails of this file will not be animated.

Captions

Captions

Add a one-line explanation of what this file represents
This image is an animated SVG file. The .png preview above created by RSVG for use in Wikimedia is not animated and may be incomplete or incorrect. To see the animation, open media:Regular polygon 4 vertex animation.svg. It should run in any modern browser or viewer. Recent versions of Chrome, Firefox, Microsoft Edge, Safari, and Opera all support SVG animated with SMIL. Other SVG animations can be found at Category: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 | ไทย | українська | 中文 | 中文(简体)‎ | 中文(繁體)‎ | +/−

Summary[edit]

Description
English: Regular polygon with animated vertices, see full size SVG for 5s.
Date
Source Own work
Author László Németh
SVG development
InfoField
 
The SVG code is valid.
 
This polygon vertex was created with LibreOffice.
Source code
InfoField

LibreOffice code

; Created in LibreOffice 4 with this LibreLogo program.
 ; Usage: Copy it in an English language document in LibO Writer,
 ; and click on the Start icon of the View»Toolbar»Logo toolbar.
 
 PENJOINT MITER HIDETURTLE
 FOR vertices IN RANGE 3 101 [
     PICTURE regular_polygon_%d_vertex_animation.svg % vertices [ ; from LibO 4.1.2
         HOME CLEARSCREEN PENSIZE 4
         p = POSITION
         FILLCOLOR BLACK PENCOLOR BLACK PENUP
         REPEAT vertices [
             ang = pi / 180 * 360 / vertices * (REPCOUNT - 1)
             POSITION [p[0] - 250 * SIN (ang), p[1] - 250 * COS ang]
             PENDOWN
         ] CLOSE PENUP
         PENSIZE 2 FILLCOLOR WHITE
         SLEEP 5000
         REPEAT vertices [
             ang = pi / 180 * 360 / vertices * (REPCOUNT - 1)
             POSITION [p[0] - 250 * SIN (ang), p[1] - 250 * COS ang]
             PENDOWN CIRCLE 10 PENUP
         ]
     ]
 ]

}} }}

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current06:04, 10 September 2013Thumbnail for version as of 06:04, 10 September 2013640 × 640 (5 KB)Nl74 (talk | contribs)User created page with UploadWizard

The following page uses this file:

File usage on other wikis

The following other wikis use this file:

Metadata