Socket
Socket
Sign inDemoInstall

@jiaminghi/c-render

Package Overview
Dependencies
5
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.7 to 0.2.8

8

CHANGELOG.md

@@ -1,3 +0,9 @@

# 0.2.7-alpha (2019-05-12)
# 0.2.8-alpha (2019-05-21)
### Perfect
- **graph:** `draw` Remove unnecessary closepath (`polyline`,`smoothline`,`bezierCurve`).
# 0.2.7-alpha (2019-05-20)
### Bug Fixes

@@ -4,0 +10,0 @@

4

class/crender.class.js

@@ -145,2 +145,4 @@ import color from '@jiaminghi/color'

graph.delProcessor(this)
this.graphs = this.graphs.filter(graph => graph)

@@ -328,2 +330,2 @@ this.drawAllGraph()

if (dragGraph) dragGraph.status = 'hover'
}
}

@@ -481,4 +481,2 @@ import beziercurve from '@jiaminghi/bezier-curve'

ctx.stroke()
ctx.closePath()
}

@@ -561,4 +559,2 @@ },

ctx.stroke()
ctx.closePath()
}

@@ -651,4 +647,2 @@ },

ctx.stroke()
ctx.closePath()
}

@@ -655,0 +649,0 @@ },

{
"name": "@jiaminghi/c-render",
"version": "0.2.7",
"version": "0.2.8",
"author": "JiaMing <743192023@qq.com>",

@@ -5,0 +5,0 @@ "description": "Canvas-based vector graphics rendering plugin",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc