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.
|
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 | |
Source code | 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:
![]() ![]() |
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.
|