Problem
Shapes whose outline comes from the style matrix (<p:style><a:lnRef idx="..."> with a scheme color transform) render without any stroke — the pentagon in libreoffice/shape-text-rotate.pptx has a dark accent1-shaded border in PowerPoint but none in our output. Explicit <a:ln> strokes work; the lnRef indirection is dropped.
Expected
Resolve lnRef against the theme's line style list (like fillRef resolves fills) and apply the referenced stroke with its color transform.
Found during the after-image re-audit of #286.
Related: #213
Problem
Shapes whose outline comes from the style matrix (
<p:style><a:lnRef idx="...">with a scheme color transform) render without any stroke — the pentagon inlibreoffice/shape-text-rotate.pptxhas a dark accent1-shaded border in PowerPoint but none in our output. Explicit<a:ln>strokes work; the lnRef indirection is dropped.Expected
Resolve
lnRefagainst the theme's line style list (likefillRefresolves fills) and apply the referenced stroke with its color transform.Found during the after-image re-audit of #286.
Related: #213