Fix typo in documentation of Fl_SVG_Image.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12419 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
c42b4717a9
commit
dd9f32c3f5
@ -34,8 +34,8 @@ struct NSVGimage;
|
||||
If the image has loaded correctly, w(), h(), and d() should return values greater than zero.
|
||||
|
||||
Rasterization is not done until the image is first drawn or resize() is called. Therefore,
|
||||
array() is NULL until then. The delayed rasterization ensures an Fl_Shared_Image based on
|
||||
an SVG image and scaled to its display size by calling Fl_Shared_Image::scale() will be
|
||||
\ref array is NULL until then. The delayed rasterization ensures an Fl_Shared_Image based on
|
||||
an SVG image and scaled to its display size by Fl_Shared_Image::scale() will be
|
||||
always rasterized to the exact screen resolution.
|
||||
|
||||
The Fl_SVG_Image class draws images computed by \c nanosvg: one known limitation is that text
|
||||
|
Loading…
Reference in New Issue
Block a user