Skip to content

Commit 3a2a301

Browse files
committed
Move SVG color to a separate SVGBrush struct
1 parent ef2ae7c commit 3a2a301

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native-reanimated/Common/cpp/reanimated/CSS/svg/values

1 file changed

+1
-1
lines changed

packages/react-native-reanimated/Common/cpp/reanimated/CSS/svg/values/SVGBrush.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ enum class SVGBrushType {
1414

1515
struct SVGBrush : public CSSColorBase<SVGBrushType, SVGBrush> {
1616
using CSSColorBase<SVGBrushType, SVGBrush>::CSSColorBase;
17-
using CSSColorBase<SVGBrushType, SVGBrush>::operator==;
1817

18+
using CSSColorBase<SVGBrushType, SVGBrush>::canConstruct;
1919
explicit SVGBrush(jsi::Runtime &rt, const jsi::Value &jsiValue);
2020
explicit SVGBrush(const folly::dynamic &value);
2121

0 commit comments

Comments
 (0)