Skip to content

Commit

Permalink
Update applyStyleSheet documentation #201
Browse files Browse the repository at this point in the history
  • Loading branch information
sammycage committed Dec 21, 2024
1 parent 3dbfd32 commit 18acc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/lunasvg.h
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ class LUNASVG_API Document {

/**
* @brief Applies a CSS stylesheet to the document.
* @param content A string containing the CSS rules to apply.
* @param content A string containing the CSS rules to apply, with comments removed.
*/
void applyStyleSheet(const std::string& content);

Expand Down

0 comments on commit 18acc06

Please sign in to comment.