From 3dfb4e0a094e43c0872ff402892fa7f69828f84f Mon Sep 17 00:00:00 2001 From: c-spencer Date: Wed, 2 May 2012 09:49:25 +0100 Subject: [PATCH] Add note on default value of textDrawingMode --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index be736a2..aee0467 100644 --- a/Readme.md +++ b/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