Merge branch 'master' into fix-stroke-alignment-outside

This commit is contained in:
mTvare 2025-08-19 08:08:07 +05:30 committed by GitHub
commit ac93b41ad9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 17 additions and 40 deletions

View file

@ -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 {