From 1a6137a333f12872f6a5f9446b6a61326d77dd85 Mon Sep 17 00:00:00 2001 From: Carlos Amengual Date: Thu, 15 Aug 2024 16:55:00 +0200 Subject: [PATCH] Missed updates in README and MIGRATING_FROM_BATIK --- MIGRATING_FROM_BATIK.md | 5 ++++- README.md | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/MIGRATING_FROM_BATIK.md b/MIGRATING_FROM_BATIK.md index 557a493fb..859620b07 100644 --- a/MIGRATING_FROM_BATIK.md +++ b/MIGRATING_FROM_BATIK.md @@ -67,4 +67,7 @@ Batik: argument and now returns a `boolean`. 11) The old and deprecated `CSSValue` API was replaced by an API close to W3C's - Typed OM. + Typed OM. One of the consequences is that if your scripts call `getPresentationAttribute` + on `SVGStylable` objects, `getPresentationAttributeValue` should be called + instead, obtaining a `CSSStyleValue`. Note that modern SVGOM has neither of + those methods. diff --git a/README.md b/README.md index 1bc29b1cd..dd476f079 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ repositories { includeGroup 'io.sf.carte' includeGroup 'io.sf.jclf' includeGroup 'io.sf.graphics' + includeGroup 'io.sf.w3' } } }