Skip to content

Commit

Permalink
Improve formatting on Svg comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Arealis committed Jul 5, 2023
1 parent 51d45c8 commit cddd5eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/svg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ use lopdf::{Object, Stream};
use std::{error, fmt};

/// SVG - wrapper around an `XObject` to allow for more
/// control within the library.
/// When creating placing multiple copies of the same SVGs
/// on the same layer, it is better to use the
/// `into_xobject` method to get a reference, rather than a
/// clone
/// control within the library.
///
/// When placing multiple copies of the same SVG on the
/// same layer, it is better to use the `into_xobject`
/// method to get a reference, rather than a clone
#[derive(Debug, Clone)]
pub struct Svg {
/// The PDF document, converted from SVG using svg2pdf
Expand Down

0 comments on commit cddd5eb

Please sign in to comment.