From 30c326ed36a6eb16a375d1732684da9fca4e1967 Mon Sep 17 00:00:00 2001 From: Vadim Namniak Date: Wed, 8 Oct 2014 23:03:57 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ccb05e..40e7030 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ new CanvasTextWrapper(HTMLCanvasElement, String [, options]); - ```lineBreak: "auto" | "word"``` - text split rule. When using ```"auto"```, text fills the element's width going to a new line on a whole word when no more space. If ```"word"``` is set as value, each next word will be placed on a new line. - ```sizeToFill: Boolean``` - ignore given font size and resize text to fill its padded container -NOTE: if a single word is too long to fit the width with specified font size, it will be broken into as many lines as required on any letter without specific word breaking rule. +NOTE: if a single word is too long to fit the width with specified font size, it will be broken into as many lines as required on any letter of the word unless ```sizeToFill``` option is used. ##Defaults