mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-23 14:34:06 +00:00
Merge branch 'master' into fix-stroke-alignment-outside
This commit is contained in:
commit
ac93b41ad9
10 changed files with 17 additions and 40 deletions
|
@ -1074,7 +1074,7 @@ impl Render for Table<Vector> {
|
|||
let vector = row.element;
|
||||
|
||||
if let Some(element_id) = element_id {
|
||||
let stroke_width = vector.style.stroke().as_ref().map_or(0., Stroke::weight);
|
||||
let stroke_width = vector.style.stroke().as_ref().map_or(0., Stroke::effective_width);
|
||||
let filled = vector.style.fill() != &Fill::None;
|
||||
let fill = |mut subpath: Subpath<_>| {
|
||||
if filled {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue