File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @textcortex/slidewise
22
3+ ## 1.17.1
4+
5+ ### Patch Changes
6+
7+ - 83683e3: fix(pptx): render ` <a:grpFill/> ` shapes by inheriting the group's fill
8+
9+ Decorative line-art (e.g. the swoosh graphic on a title slide) is often
10+ authored as many ` <a:custGeom> ` segments inside a single ` <p:grpSp> ` , with every
11+ segment declaring ` <a:grpFill/> ` so they share the group's one translucent
12+ colour. ` parsePptx ` had no ` grpFill ` branch, so each segment fell through to
13+ ` transparent ` and the entire graphic disappeared on import — present in the
14+ source but invisible in the deck.
15+
16+ The group's resolved fill is now threaded down to descendants, and a shape with
17+ ` <a:grpFill/> ` paints with it (walking up the group chain when an inner group
18+ defines no fill of its own). Geometry was already preserved; only the paint was
19+ being dropped.
20+
321## 1.17.0
422
523### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @textcortex/slidewise" ,
3- "version" : " 1.17.0 " ,
3+ "version" : " 1.17.1 " ,
44 "description" : " Embeddable React PPTX editor." ,
55 "license" : " MIT" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11# website
22
3+ ## 0.0.29
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [ 83683e3]
8+ - @textcortex/slidewise @1.17.1
9+
310## 0.0.28
411
512### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " website" ,
3- "version" : " 0.0.28 " ,
3+ "version" : " 0.0.29 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments