Skip to content

Commit

Permalink
Text: overflow=true
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Nov 17, 2023
1 parent a2d7c5c commit b7bc7f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mapcss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export function evaluateStyle(
: undefined,
rotation: declarations["text-rotation"] as number,
placement: declarations["text-position"] as "point" | "line",
overflow: true,
textAlign: declarations["text-anchor-horizontal"] as CanvasTextAlign,
textBaseline: declarations[
"text-anchor-vertical"
Expand Down

0 comments on commit b7bc7f7

Please sign in to comment.