Skip to content

Commit

Permalink
Fix CI (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilirad committed Jul 5, 2024
1 parent 08a269d commit d3cd25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shapes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,10 @@ impl Geometry for Line {
/// 1) Go to File>Document Properties>General>Display Units and set it to px
///
/// 2) In File>Document Properties>Custom Size>Units set it to px, also, this
/// size would be used for `svg_doc_size_in_px`
/// size would be used for `svg_doc_size_in_px`
///
/// 3) In File>Document Properties>Scale>Scale x make sure it is set to 1 User
/// unit per px
/// unit per px
///
///Example exists in the examples folder
pub struct SvgPathShape {
Expand Down

0 comments on commit d3cd25b

Please sign in to comment.