A collection of all country flags in AVG

AVG does not currently support all SVG features, so there may be some display errors with individual flags.

All graphics are named according to the ISO 3166-1-alpha-2 code of the country.

How can I use the flags in my document?

Import the flag package into your APL document:

"import": [
  {
    "name": "aplninja-flags",
    "version": "1.0.0",
    "source": "https://packages.apl.ninja/flags/1.0.0/document.json"
  }
]

Reference the flag using the ISO code in a VectorGraphic component.

{
  "type": "VectorGraphic",
  "source": "US",
  "width": 640,
  "height": 480,
  "scale": "best-fit"
}

The SVG graphics were taken from https://github.com/lipis/flag-icon-css and converted to an AVG.

Comments

Be the first to comment.