bokuweb / docx-rs

:memo: A .docx file writer with Rust/WebAssembly.
https://bokuweb.github.io/docx-rs/
MIT License
323 stars 56 forks source link

Shading support at Run-level #720

Closed git-noise closed 1 month ago

git-noise commented 1 month ago

What does this change?

Add initial support for Shading at the Run level. Attempt to fix https://github.com/bokuweb/docx-rs/issues/719. This focuses on the rust-side of the code - i.e docx-core - but docx-wasm tests seem to pass.

References

Screenshots

Not applicable

What can I check for bug fixes?

Not applicable

git-noise commented 1 month ago

Closing here and continuing work with a clean PR in #721.