Skip to content

Commit

Permalink
Merge pull request #389 from mestaritonttu/patch-1
Browse files Browse the repository at this point in the history
Typo fix: dominate-baseline
  • Loading branch information
junedchhipa authored Mar 11, 2019
2 parents becfaea + 65bc7a6 commit 43f2d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Graphics.js
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ class Graphics {
x: x,
y: y,
'text-anchor': textAnchor,
'dominate-baseline': 'central',
'dominant-baseline': 'central',
'font-size': fontSize,
'font-family': fontFamily,
fill: foreColor,
Expand Down

0 comments on commit 43f2d4a

Please sign in to comment.