File talk:CHE Bettens COA.svg

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

This drawing is an example how grouping can be done on highest level – globally at the <svg statement.

Most used

  • fill option is "none", overwritten when needed otherwise
  • stroke color is "#000", overwritten when needed otherwise
  • stroke width is "3", overwritten when needed otherwise

There are many more possibilities how this drawing can be more optimized.

SVG code

<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="602" height="763"
fill="none" stroke="#000" stroke-width="3">
<path fill="#FFF" d="m301,2H2v458a299,299 0 0,0 299,299"/>
<path fill="#ED1C24" d="m301,2h299v458a299,299 0 0,1-299,299"/> 
<path stroke-width="51" d="m300,97a240,240 0 1,0 1,0z"/>
<g stroke-width="45">
<path stroke="#ED1C24" d="m301,97a240,240 0 1,0 0,480"/>
<path stroke="#FFF" d="m301,97a240,240 0 1,1 0,480"/>
</g>
<path d="m301,2v759"/>
</svg>