Category:SVG Heart-flags of Eurovision

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


How to generate a Eurovision SVG heart-shaped logo
llink=Category:Qs icons SVGThis category contains SVG files showing very simple images. Drawing uncomplicated graphics with a text editor seems more adequate than using a vector graphics program, and will often result in a dramatic reduction of file size.
For an example, see the file EuroDinamarca.svg.

It is very simple to draw these flag logos:

  1. use Wiki Eurovision Heart (Infobox).svg
  2. between the clip path and the heart shape, insert your flag
  3. you don't need to care about the clip path, or the heart shape;
    just draw your flag, it will be inserted and surrounded by the heart.

See the simple SVG coding:

The SVG template code

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="238" height="250">
<clipPath id="c"><path d="m108,58 39-43h64v105l-104
120-90-90V74l38-36h30z"/></clipPath>

<g clip-path="url(#c)">
<-- insert the national flag here -->
</g>

<path d="m25,111c.6-54 29-71 44-71 21,0 30,16 32,24
1,7 9,13 12,1 2-12 28-48 58-47 28,0 38,29 37,54
C206,139 119,192 108,226 97,206 24,176 25,111z
M181,2c-25,0-55,19-73,50C103,40 85,27 64,27
48,27 1,48 1,116c0,87 88,105 106,132
1,2,5,3 6-1C127,204 237,157 237,72
237,24 206,1 181,2z"/>
</svg>
File:Wiki Eurovision Heart (Infobox).svg

For Denmark ESC logo: the resulting SVG code

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="238" height="250">
<clipPath id="c"><path d="m108,58 39-43h64v105l-104
120-90-90V74l38-36h30z"/></clipPath>

<g clip-path="url(#c)">
<path fill="#C60C30" d="m0,0h238v250H0"/>
<path stroke="#FFF" stroke-width="36" d="m0,132 238-26M102,0v240"/>
</g>

<path d="m25,111c.6-54 29-71 44-71 21,0 30,16 32,24
1,7 9,13 12,1 2-12 28-48 58-47 28,0 38,29 37,54
C206,139 119,192 108,226 97,206 24,176 25,111z
M181,2c-25,0-55,19-73,50C103,40 85,27 64,27
48,27 1,48 1,116c0,87 88,105 106,132
1,2,5,3 6-1C127,204 237,157 237,72
237,24 206,1 181,2z"/>
</svg>
File:EuroDinamarca.svg

Subcategories

This category has the following 30 subcategories, out of 30 total.

Media in category "SVG Heart-flags of Eurovision"

The following 200 files are in this category, out of 500 total.

(previous page) (next page)(previous page) (next page)