Skip to content

Commit 15ec0ad

Browse files
committed
Fix colorProfileAttr
1 parent 8693129 commit 15ec0ad

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

coreGeneric/src/main/scala/japgolly/scalajs/react/vdom/SvgAttrs.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ trait SvgAttrs {
250250
*
251251
* Value auto | sRGB | <name> | <IRI> | inherit
252252
*/
253-
final def colorProfile = VdomAttr("colorProfile")
253+
final def colorProfileAttr = VdomAttr("colorProfile")
254254

255255
/**
256256
* The color-rendering attribute provides a hint to the SVG user agent about how to

doc/changelog/2.0.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ Contents:
126126

127127
* Upgraded the Cats Effect to v3
128128

129+
* The SVG attribute `colorProfile` is now `colorProfileAttr`
130+
129131
# Changes: Backwards-Compatible
130132

131133
* `ReactTestUtils`:

0 commit comments

Comments
 (0)