File:Regular polygon 17 vertex animation.svg

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 17 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  தமிழ்  ไทย  українська  中文  中文(简体)  中文(繁體)  +/−
Category:Valid animated SVG#Regular%20polygon%2017%20vertex%20animation.svg

Summary

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
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

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.

Category:CC-Zero#Regular%20polygon%2017%20vertex%20animation.svg
Category:Self-published work Category:Regular polygons with vertex animation Category:Images with LibreLogo source code
Category:CC-Zero Category:Images with LibreLogo source code Category:Regular polygons with vertex animation Category:Self-published work Category:Valid SVG created with LibreOffice code Category:Valid animated SVG