Socket
Socket
Sign inDemoInstall

path2d-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

path2d-polyfill - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

8

package.json
{
"name": "path2d-polyfill",
"version": "0.1.0",
"version": "0.1.1",
"description": "Polyfills Path2D api for canvas rendering",

@@ -22,3 +22,7 @@ "scripts": {

},
"keywords": ["Path2D", "polyfill", "canvas"],
"keywords": [
"Path2D",
"polyfill",
"canvas"
],
"author": "nilzona",

@@ -25,0 +29,0 @@ "license": "MIT",

@@ -54,3 +54,3 @@ # path2d-polyfill

<aside class="notice">
Unfortunately Internet Explorer does not support the `ellipse()` function so Arc commands in SVG Paths will always be circular and default to the first radius parameter (and because of that ignore the rotation). That can cause undesirable behaviour.
Unfortunately Internet Explorer does not support the `ellipse()` function so Arc commands in SVG Paths will always be based on circles and default to the first radius parameter. This can cause undesirable behaviour.
</aside>

@@ -57,0 +57,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc