We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8693129 commit 15ec0adCopy full SHA for 15ec0ad
coreGeneric/src/main/scala/japgolly/scalajs/react/vdom/SvgAttrs.scala
@@ -250,7 +250,7 @@ trait SvgAttrs {
250
*
251
* Value auto | sRGB | <name> | <IRI> | inherit
252
*/
253
- final def colorProfile = VdomAttr("colorProfile")
+ final def colorProfileAttr = VdomAttr("colorProfile")
254
255
/**
256
* The color-rendering attribute provides a hint to the SVG user agent about how to
doc/changelog/2.0.0.md
@@ -126,6 +126,8 @@ Contents:
126
127
* Upgraded the Cats Effect to v3
128
129
+* The SVG attribute `colorProfile` is now `colorProfileAttr`
130
+
131
# Changes: Backwards-Compatible
132
133
* `ReactTestUtils`:
0 commit comments