GraphCompose v2.2.1 #602
DemchaAV
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
GraphCompose v2.2.1 is out on Maven Central. A maintenance release: no API changes, nothing to migrate, a drop-in replacement for
2.2.0.Three things that were quietly wrong, each now with a test standing behind it:
Platformextracted asPla orm,certificationascer fica on. The page looked right, which is why nothing showed it; the text layer is what search, copy-and-paste, screen readers and applicant tracking systems read. Latin faces are now handed to PDFBox with nothing to substitute.DocumentTableCell.node(...)holding a section, container, row or layer stack measured the child, reserved its height, and then drew nothing inside it — a correctly-sized blank hole. The cell now lays out the child's whole sub-tree. Paragraphs, lists and sub-tables already worked and are unchanged.opacity,fill-opacityandstroke-opacitywere read from nowhere, so a translucent logo landed fully opaque; where the reader still approximates, it now says so in a warning instead of silently. With that pass done, the SVG surface drops@Betaand joins the Stable tier.Install:
Right-to-left, PowerPoint and everything else are unchanged from 2.2.0 — pin the same version across every
graph-compose*module you use.Release notes: https://github.com/DemchaAV/GraphCompose/releases/tag/v2.2.1
Maven Central: https://central.sonatype.com/artifact/io.github.demchaav/graph-compose/2.2.1
Showcase: https://demchaav.github.io/GraphCompose/
As always — author intent, not coordinates.
All reactions