Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-manias committed Oct 12, 2024
1 parent 93aeb98 commit 7b7b1e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ Please refer to the following Wiki pages for information on how to build Parasol

A successful build and installation will create a `parasol` command tool, which is [documented here](https://github.com/parasol-framework/parasol/wiki/Parasol-Cmd-Tool).

Please refer to our [customisation wiki page](https://github.com/parasol-framework/parasol/wiki/Customising-Your-Build) for information on customising your build.
> [!TIP]
> Please refer to our [customisation wiki page](https://github.com/parasol-framework/parasol/wiki/Customising-Your-Build) for information on customising your build.
## 4. Next Steps

Expand Down
2 changes: 1 addition & 1 deletion src/svg/class_svg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ static ERR SVG_ParseSymbol(extSVG *Self, struct svg::ParseSymbol *Args)
/*********************************************************************************************************************
-METHOD-
Render: Render the scene to a target Bitamp.
Render: Render the scene to a target Bitmap.
This method will render the vector scene directly to a target bitmap at coordinates `(X,Y)` and scaled to the desired
`(Width,Height)`.
Expand Down

0 comments on commit 7b7b1e3

Please sign in to comment.