New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zrenderjs

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zrenderjs - npm Package Compare versions

Comparing version

to
2.0.8-amd-beta1

animation/Animation.js

20

benchmark/js/area.js

@@ -142,19 +142,5 @@ define(function(require) {

ctx.closePath();
shape.brushType = shape.brushTypeOnly || shape.brushType;
if (
shape.style.brushType === 'fill'
|| shape.style.brushType === 'both'
) {
if (ctx.isPointInPath(x, y)) {
return true;
}
if (ctx.isPointInPath(x, y)) {
return true;
}
else if (
shape.style.brushType === 'stroke'
|| shape.style.brushType === 'both') {
ctx.lineWidth = shape.style.lineWidth;
if (ctx.isPointInStroke(x, y)) {
return true;
}
}
}

@@ -217,3 +203,3 @@ }

// addBenck('mathMethod', 'Math method');
addBenck('mathMethod', 'Math method');
addBenck('buildPath', 'Native isPointInPath');

@@ -220,0 +206,0 @@ addBenck('jsInsidePath', 'JS isPointInPath');

@@ -0,0 +0,0 @@ define(function (require) {

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /*!

@@ -0,0 +0,0 @@ // http://www.w3.org/TR/SVG/

{
"name": "zrenderjs",
"description": "一个轻量级的Canvas类库,MVC封装,数据驱动,提供类Dom事件模型,让canvas绘图大不同!",
"version": "0.0.1",
"maintainers": [
{ "name": "Kener", "email": "kener.linfeng@gmail.com" },
{ "name": "Pissang", "email": "shenyi.914@gmail.com" },
{ "name": "Erik", "email": "errorrik@gmail.com" },
{ "name": "Yangji", "email": "511415343@qq.com" },
{ "name": "Sushuang", "email": "sushuang0322@gmail.com" }
"version": "2.0.8-amd-beta1",
"main": "zrender",
"keywords": [
"echarts",
"chart",
"graph",
"webpack",
"canvas"
],
"main": "zrender",
"repository": "git://github.com/uooo/zrender",
"homepage": "https://ecomfe.github.com/zrender"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet