Skip to content

Commit

Permalink
Missed updates in README and MIGRATING_FROM_BATIK
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Aug 15, 2024
1 parent 0cd9922 commit 1a6137a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MIGRATING_FROM_BATIK.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ repositories {
includeGroup 'io.sf.carte'
includeGroup 'io.sf.jclf'
includeGroup 'io.sf.graphics'
includeGroup 'io.sf.w3'
}
}
}
Expand Down

0 comments on commit 1a6137a

Please sign in to comment.