diff --git a/docs/Doxyfile b/docs/Doxyfile index 02a3f664..9f2892a5 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = ThorVG # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v0.5 +PROJECT_NUMBER = v0.6 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -51,7 +51,7 @@ PROJECT_BRIEF = # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = small_logo.svg +PROJECT_LOGO = /home/hermet/Projects/thorvg/docs/small_logo.svg # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is diff --git a/docs/html/annotated.html b/docs/html/annotated.html index f0f40097..882c6344 100644 --- a/docs/html/annotated.html +++ b/docs/html/annotated.html @@ -24,7 +24,7 @@ Logo
ThorVG -  v0.5 +  v0.6
@@ -79,7 +79,7 @@ $(function() {  CLinearGradientA class representing the linear gradient fill of the Shape object  CMatrixA data structure representing a three-dimensional matrix  CPaintAn abstract class for managing graphical elements - CPictureA class representing an image read in one of the supported formats: raw, svg, png and etc. Besides the methods inherited from the Paint, it provides methods to load & draw images on the canvas + CPictureA class representing an image read in one of the supported formats: raw, svg, png, jpg and etc. Besides the methods inherited from the Paint, it provides methods to load & draw images on the canvas  CPointA data structure representing a point in two-dimensional space  CRadialGradientA class representing the radial gradient fill of the Shape object  CSaverA class for exporting a paint object into a specified file, from which to recover the paint data later diff --git a/docs/html/classes.html b/docs/html/classes.html index 210e5534..9587c321 100644 --- a/docs/html/classes.html +++ b/docs/html/classes.html @@ -24,7 +24,7 @@ Logo
ThorVG -  v0.5 +  v0.6
diff --git a/docs/html/classtvg_1_1Canvas-members.html b/docs/html/classtvg_1_1Canvas-members.html index 7d453c01..25459dc4 100644 --- a/docs/html/classtvg_1_1Canvas-members.html +++ b/docs/html/classtvg_1_1Canvas-members.html @@ -24,7 +24,7 @@ Logo
ThorVG -  v0.5 +  v0.6
diff --git a/docs/html/classtvg_1_1Canvas.html b/docs/html/classtvg_1_1Canvas.html index 0c521fc8..81f68c60 100644 --- a/docs/html/classtvg_1_1Canvas.html +++ b/docs/html/classtvg_1_1Canvas.html @@ -24,7 +24,7 @@ Logo
ThorVG -  v0.5 +  v0.6
@@ -104,7 +104,7 @@ Public Member Functions  Request the canvas to update the paint objects. More...
  virtual Result draw () noexcept - Request the canvas to draw the Paint objects. More...
+ Requests the canvas to draw the Paint objects. More...
  virtual Result sync () noexcept  Guarantees that drawing task is finished. More...
@@ -175,7 +175,7 @@ Public Member Functions
-

Request the canvas to draw the Paint objects.

+

Requests the canvas to draw the Paint objects.

Returns
Result::Success when succeed, Result::InsufficientCondition otherwise.
Note
Drawing can be asynchronous if the assigned thread number is greater than zero. To guarantee the drawing is done, call sync() afterwards.
See also
Canvas::sync()
@@ -207,7 +207,7 @@ Public Member Functions

Passes drawing elements to the Canvas using Paint objects.

-

Only pushed paints in the canvas will be drawing targets. They are retained by the canvas until you call Canvas::clear(). If you know the number of the pushed objects in the advance, please call Canvas::reserve().

+

Only pushed paints in the canvas will be drawing targets. They are retained by the canvas until you call Canvas::clear(). If you know the number of the pushed objects in advance, please call Canvas::reserve().

Parameters
@@ -289,9 +289,9 @@ Public Member Functions

Guarantees that drawing task is finished.

-

The Canvas rendering can be performed asynchronously. To make sure that rendering is finished, the sync() must be called after the draw() regardless of threading.

+

The Canvas rendering can be performed asynchronously. To make sure that rendering is finished, the sync() must be called after the draw() regardless of threading.

Returns
Result::Success when succeed, Result::InsufficientCondition otherwise.
-
See also
Canvas::draw()
+
See also
Canvas::draw()
diff --git a/docs/html/classtvg_1_1Fill-members.html b/docs/html/classtvg_1_1Fill-members.html index d2c10e07..7a2ada75 100644 --- a/docs/html/classtvg_1_1Fill-members.html +++ b/docs/html/classtvg_1_1Fill-members.html @@ -24,7 +24,7 @@ @@ -78,8 +78,11 @@ $(function() { - - + + + + +
[in]paintA Paint object to be drawn.
ThorVG -  v0.5 +  v0.6
colorStops(const ColorStop *colorStops, uint32_t cnt) noexceptFill
colorStops(const ColorStop **colorStops) const noexceptFill
duplicate() const noexceptFill
spread(FillSpread s) noexceptFill
spread() const noexceptFill
identifier() constFillinline
spread(FillSpread s) noexceptFill
spread() const noexceptFill
transform(const Matrix &m) noexceptFill
transform() const noexceptFill