Browse Source

Add note on default value of textDrawingMode

v1.x
c-spencer 13 years ago
parent
commit
3dfb4e0a09
  1. 2
      Readme.md

2
Readme.md

@ -136,6 +136,8 @@ Given one of the values below will alter pattern (gradients, images, etc) render
Can be either `path` or `glyph`. Using `glyph` is much faster than `path` for drawing, and when using a PDF context will embed the text natively, so will be selectable and lower filesize. The downside is that cairo does not have any subpixel precision for `glyph`, so this will be noticeably lower quality for text positioning in cases such as rotated text. Also, strokeText in `glyph` will act the same as fillText, except using the stroke style for the fill.
Defaults to _path_.
This property is tracked as part of the canvas state in save/restore.
### Global Composite Operations

Loading…
Cancel
Save