mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 03:18:06 +08:00
Refactor vector data type from document-legacy into node graph (#1057)
Add vector data type
This commit is contained in:
5
node-graph/gcore/src/consts.rs
Normal file
5
node-graph/gcore/src/consts.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
use crate::raster::Color;
|
||||
|
||||
// RENDERING
|
||||
pub const LAYER_OUTLINE_STROKE_COLOR: Color = Color::BLACK;
|
||||
pub const LAYER_OUTLINE_STROKE_WEIGHT: f64 = 1.;
|
||||
Reference in New Issue
Block a user