gexf
gexf copied to clipboard
Code review: inconsistent thicknesses scale definition
Code Review of GEXF 1.3.1 Legend and Scale Features
Issues Fixed:
- [x] Inconsistency in thicknesses-scale-content: Updated
thicknessesscale to use the newtransformelement with math functions (pow, sqrt, log, log10, exp, exp10, spline) instead of the deprecatedscalepointapproach, matching thesizesimplementation - [x] Schema files regenerated: Rebuilt XSD and RNG files from RNC sources using trang
Changes Made:
- Modified
specs/1.3.1/_viz.rncto replace scalepoint with transform in thicknesses-scale-content - Regenerated
specs/1.3.1/_viz.xsdandspecs/1.3.1/_viz.rngfrom the updated RNC file - Minor namespace updates in common.xsd and dynamics.xsd from schema regeneration
Summary:
The implementation now has consistent scale definitions across sizes and thicknesses, both using the transform approach with math functions. Title element successfully added to meta section, and layout changed to ordered list with explicit step attribute.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.