diff options
Diffstat (limited to 'ksvg/dom/SVGTextElement.h')
-rw-r--r-- | ksvg/dom/SVGTextElement.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ksvg/dom/SVGTextElement.h b/ksvg/dom/SVGTextElement.h index 0bf459fe..111d2929 100644 --- a/ksvg/dom/SVGTextElement.h +++ b/ksvg/dom/SVGTextElement.h @@ -57,11 +57,11 @@ class SVGTextElementImpl; * specification and painting attributes which describe how exactly to render * the characters. Since <code>text</code> elements are rendered using the * same rendering methods as other graphics elements, all of the same - * coordinate system transformations, painting, clipping and masking - * features that apply to shapes such as paths and rectangles also + * coordinate system transformations, painting, clipping and tqmasking + * features that apply to tqshapes such as paths and rectangles also * apply to <code>text</code> elements. * - * It is possible to apply a gradient, pattern, clipping path, mask or + * It is possible to apply a gradient, pattern, clipping path, tqmask or * filter to text.When one of these facilities is applied to text and * keyword objectBoundingBox is used to specify a graphical effect * relative to the "object bounding box", then the object bounding box |