File:Flag of Europe bw with border.svg
From Wikimedia Commons, the free media repository
Size of this PNG preview of this SVG file: 800 × 548 pixels. Other resolutions: 320 × 219 pixels | 640 × 438 pixels | 1,024 × 701 pixels | 1,280 × 876 pixels | 1,052 × 720 pixels.
Original file (SVG file, nominally 1,052 × 720 pixels, file size: 5 KB)
Summary[edit]
| Description |
English: Variant of the European emblem for monochrome reproduction on a coloured background (source: http://publications.europa.eu/code/en/en-5000100.htm)
|
| Date | |
| Source | Own work |
| Author | Nl74 |
| Other versions |
|
LibreLogo source:
; Created in LibreOffice 4.2 with this LibreLogo program
; Usage: Put this code into an English language document in LibO Writer,
; and click on the Start icon of the View»Toolbars»Logo toolbar.
; go to a vertex and store its coordinate
TO vertex vertices n
FORWARD n
z = POSITION
vertices += [z]
BACK n
END
TO star n
golden_ratio = (1 + SQRT 5)/2
vertices = []
HEADING 0
REPEAT 5 [
vertex vertices n
RIGHT 360/10
vertex vertices n - n / golden_ratio
RIGHT 360/10
]
FOR i IN vertices [
POSITION i
PENDOWN
]
FILL
PENUP
END
TO flag name color1 color2 border
CLEARSCREEN HOME HIDETURTLE
PICTURE “Flag_of_Europe_%s.svg” % name [
x = PAGESIZE[0] – PAGESIZE[0]*2/3*2/25
y = x*2/3
PENCOLOR “INVISIBLE”
IF border=1 [
FILLCOLOR “WHITE”
RECTANGLE [PAGESIZE[0], y + PAGESIZE[0]*2/3*2/25]
]
PENSIZE y/100 PENJOINT “MITER” PENDOWN
FILLCOLOR color1
IF color1 = 0xffffff [ PENCOLOR “BLACK” ]
RECTANGLE [x, y]
PENCOLOR “INVISIBLE”
FILLCOLOR color2
REPEAT 12 [
PENUP
HEADING 360/12 * (REPCOUNT - 1)
FORWARD y*1/3
star y/18
HOME
]
]
END
flag “bw” 0xffffff 0x000000 0
flag “bw_with_border” 0xffffff 0x000000 1
flag “color” 0x003399 0xffcc00 0
flag “color_with_border” 0x003399 0xffcc00 1
flag “blue” 0x003399 0xffffff 0
flag “blue_with_border” 0x003399 0xffffff 1
Licensing[edit]
|
I, the copyright holder of this work, hereby publish it under the following license:
|
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 21:24, 3 May 2014 | 1,052 × 720 (5 KB) | Nl74 (talk | contribs) | User created page with UploadWizard |
- You cannot overwrite this file.
File usage on Commons
The following 4 pages link to this file: