You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Numeric values can be provided as unitless numbers or `px`; `width`, `height`, and positional offsets also accept `%`
@@ -112,6 +135,10 @@ package.
112
135
### Rendering notes
113
136
114
137
- Font family mapping currently targets the built-in Helvetica, Times, and Courier aliases used by the generated PDF resources
138
+
- Text alignment uses measured widths for left, center, right, and basic justified output (`Tw` word spacing)
139
+
- Hyphenation supports a small deterministic subset: `hyphens:auto`, `hyphens:manual` with soft hyphens, and `hyphens:none`
140
+
- Overflow clipping uses PDF clipping paths; `text-overflow:ellipsis` applies when hidden overflow truncates visible text
141
+
- Backgrounds and borders are emitted as vector rectangles, including rounded corners
115
142
- Percentage-based sizing and offsets resolve relative to the current layout container
116
143
- Flex layouts are intentionally small-scope and predictable: the engine supports deterministic row/column compositions for stamps, labels, and approval blocks rather than full browser-grade CSS
117
144
-`img` width/height fall back to `32x32` when omitted or invalid
0 commit comments