Skip to content
Make bullet SVGs compatible with Gollum authored by Sven Schwyn's avatar Sven Schwyn
...@@ -34,7 +34,7 @@ Examples: ...@@ -34,7 +34,7 @@ Examples:
* `005.88847265W` 👍 instead of `-005.88847265` 👎 * `005.88847265W` 👍 instead of `-005.88847265` 👎
* `131.58720000W` 👍 or `131.5872W` 👍 * `131.58720000W` 👍 or `131.5872W` 👍
## Lines ![[X]](https://openflightmaps.gitlab.io/ofmx/svg/x.svg) ## Lines ![(X)](https://openflightmaps.gitlab.io/ofmx/svg/x.svg)
Lines are lists of coordinate pairs inside a single element prefixed `line`. Lines are lists of coordinate pairs inside a single element prefixed `line`.
...@@ -58,7 +58,7 @@ Examples: ...@@ -58,7 +58,7 @@ Examples:
<lineClosedLine>011.34552584,47.25515732 011.34552584,47.25515732 011.34551980,47.25490583 011.34552584,47.25515732</lineClosedLine> <lineClosedLine>011.34552584,47.25515732 011.34552584,47.25515732 011.34551980,47.25490583 011.34552584,47.25515732</lineClosedLine>
``` ```
## Bézier Curves ![[X]](https://openflightmaps.gitlab.io/ofmx/svg/x.svg) ## Bézier Curves ![(X)](https://openflightmaps.gitlab.io/ofmx/svg/x.svg)
Bézier curves are lists of coordinate pairs inside a single element prefixed `bezier`. Bézier curves are lists of coordinate pairs inside a single element prefixed `bezier`.
... ...
......