mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 08:38:11 +08:00
Fix comment
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user