Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Make bullet SVGs compatible with Gollum
authored
Jan 15, 2023
by
Sven Schwyn
Hide whitespace changes
Inline
Side-by-side
Coordinates.md
View page @
351ea318
...
...
@@ -34,7 +34,7 @@ Examples:
*
`005.88847265W`
👍 instead of
`-005.88847265`
👎
*
`131.58720000W`
👍 or
`131.5872W`
👍
## Lines ![
[X]
](https://openflightmaps.gitlab.io/ofmx/svg/x.svg)
## Lines 
Lines are lists of coordinate pairs inside a single element prefixed
`line`
.
...
...
@@ -58,7 +58,7 @@ Examples:
<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 
Bézier curves are lists of coordinate pairs inside a single element prefixed `bezier`.
...
...
...
...