Category:Flags with bisection horizontal stripes (plain)

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

The SVG horizontal bisection flags in this category can be drawn with very simple coding

Simple SVG code

<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="90" height="60">
<path fill="#4a2c8f" d="m0,0h90v60H0"/>
<path fill="#478040" d="m0,0h90v30H0"/>
</svg>
172 bytes (with Inkscape: 2341 bytes)



or drawn with HTML code instead of creating, uploading and displaying an SVG image, e.g.

Simple HTML code

<span style="display:inline-block;width:9em;height:3em;background-color:#4a2c8f;border-top:3em solid #478040"></span>
111 bytes



Subcategories

This category has only the following subcategory.

Media in category "Flags with bisection horizontal stripes (plain)"

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