Skip to content

Commit

Permalink
#549 fix svg transform error
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine37120 committed Mar 8, 2024
1 parent 86b231f commit 0f21be3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sparnatural/components/widgets/MapWidget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ export default class MapWidget extends AbstractWidget {

let svg = `<svg id="svgelem" width="30" height="30" viewBox="0 0 `+width+` `+height+`" xmlns="http://www.w3.org/2000/svg" style="
transform: rotateX(180deg);" preserveAspectRatio="xMidYMid meet">
<g transform="rotateX(180deg)"><polygon points="`+svgCoordinates+`" style="fill:#ffffff;" /></g>
<g><polygon points="`+svgCoordinates+`" style="fill:#ffffff;" /></g>
</svg>` ;
return svg ;
Expand Down

0 comments on commit 0f21be3

Please sign in to comment.