Fix comment

This commit is contained in:
YohYamasaki
2026-05-19 10:57:12 +09:00
parent 189557e150
commit 1802829c87
@@ -220,7 +220,7 @@ pub struct RenderParams {
pub alignment_parent_transform: Option<DAffine2>, pub alignment_parent_transform: Option<DAffine2>,
pub aligned_strokes: bool, pub aligned_strokes: bool,
pub override_paint_order: bool, pub override_paint_order: bool,
// Are we rendering for a pattern content /// Are we rendering for a pattern content
pub inside_pattern: bool, pub inside_pattern: bool,
pub artboard_background: Option<Color>, pub artboard_background: Option<Color>,
/// Viewport zoom level (document-space scale). Used to compute constant viewport-pixel stroke widths in Outline mode. /// Viewport zoom level (document-space scale). Used to compute constant viewport-pixel stroke widths in Outline mode.