Skip to content

Commit

Permalink
fix(entities): remove duplicte objectEntity props (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidosmf committed Mar 20, 2024
1 parent 333a26b commit ff8bfa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-maps-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lottiefiles/relottie-parse': patch
---

refactor(entities): remove duplicate strokeWidth, strokeHue, textFillBrightness props from objectEntity
9 changes: 0 additions & 9 deletions packages/relottie-parse/src/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -640,9 +640,6 @@ export const objectEntity: NoKeyEntityMap = {
[ET.miterLimitAlternative]: {
...animatedValueProp,
},
[ET.strokeWidth]: {
...animatedValueProp,
},
[ET.shapePolygonOuterRadius]: {
...animatedValueProp,
},
Expand Down Expand Up @@ -823,9 +820,6 @@ export const objectEntity: NoKeyEntityMap = {
[ET.strokeOpacity]: {
...animatedValueProp,
},
[ET.strokeHue]: {
...animatedValueProp,
},
[ET.textFillColor]: {
...animatedColorProp,
},
Expand All @@ -838,9 +832,6 @@ export const objectEntity: NoKeyEntityMap = {
[ET.textFillOpacity]: {
...animatedValueProp,
},
[ET.textFillBrightness]: {
...animatedValueProp,
},
[ET.letterSpacing]: {
...animatedValueProp,
},
Expand Down

0 comments on commit ff8bfa9

Please sign in to comment.