Open scoiatael opened 1 year ago
In GitLab by @janroztocil on Nov 23, 2018, 15:40
default
Replace it with something like vectorEffect,rasterEffect that clearly describes the nature an effect.
vectorEffect
rasterEffect
font.name
font.familyName
font.size
Round it to integer or define who to do that.
origin
Does it need to be in every single layer? Discuss that.
Trivial extension, nearest and linear (default) would be the values, this originates from Illustrator.
nearest
linear
In GitLab by @janroztocil on Nov 23, 2018, 15:40
List of minor issues
1.
default
flag in particular effectsReplace it with something like
vectorEffect
,rasterEffect
that clearly describes the nature an effect.2. Rename
font.name
tofont.familyName
in text styles3. Normalize
font.size
Round it to integer or define who to do that.
4.
origin
in every layerDoes it need to be in every single layer? Discuss that.
5. Add interpolation mode for bitmaps
Trivial extension,
nearest
andlinear
(default) would be the values, this originates from Illustrator.