Cleanup of svg files, move matchpoint to explicit layer

This commit is contained in:
Pieter Vander Vennet 2021-12-22 01:08:11 +01:00
parent 95d6244008
commit 9e40e459e5
19 changed files with 27 additions and 1064 deletions

View file

@ -15,7 +15,7 @@ export default interface PointRenderingConfigJson {
* All the locations that this point should be rendered at.
* Using `location: ["point", "centroid"] will always render centerpoint
*/
location: ("point" | "centroid" | "start" | "end")[]
location: ("point" | "centroid" | "start" | "end" | string)[]
/**
* The icon for an element.