book-reader/app
Aryan dff236fa7f
feat(epub): overhaul border system to support individual sides and radii (#44)
- Refactored `BlockStyle` to replace unified border/radius fields with explicit properties for all four sides and corners.
- Overhauled `CssParser` to correctly handle CSS border shorthands (`border-bottom`, `border-width`, etc.) and multi-value `border-radius`.
- Implemented `drawCssBorders` custom modifier to render side-specific borders, styles (dashed/dotted), and background clipping.
- Updated `Paginator` measurement logic to calculate block height and splitting points based on individual side widths.
2026-03-08 10:31:07 +05:30
..
src feat(epub): overhaul border system to support individual sides and radii (#44) 2026-03-08 10:31:07 +05:30
.gitignore Initial commit 2026-02-24 17:37:40 +05:30
build.gradle.kts bump version to 1.0.35(build 36) (#41) 2026-03-07 22:52:42 +05:30
proguard-rules.pro Initial commit 2026-02-24 17:37:40 +05:30