Skip to content

Commit

Permalink
Adding SVG type for drag effects
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jan 9, 2024
1 parent f7e3216 commit 6a2c00e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/framer-motion-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"@react-three/test-renderer": "^9.0.0",
"@rollup/plugin-commonjs": "^22.0.1"
},
"gitHead": "d9a53d5c6ef1f56a6a15427e54499543351de7e9"
"gitHead": "f7e32164147dfefc46a30468fb0904811cddfa31"
}
2 changes: 1 addition & 1 deletion packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@
"maxSize": "31.88 kB"
}
],
"gitHead": "d9a53d5c6ef1f56a6a15427e54499543351de7e9"
"gitHead": "f7e32164147dfefc46a30468fb0904811cddfa31"
}
2 changes: 1 addition & 1 deletion packages/framer-motion/src/render/VisualElement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ export abstract class VisualElement<
}

if (
this.type === "html" &&
(this.type === "html" || this.type === "svg") &&
!this.projection &&
ProjectionNodeConstructor
) {
Expand Down

0 comments on commit 6a2c00e

Please sign in to comment.