@sayari/trellis
Advanced tools
Comparing version 0.3.0-rc.7 to 0.3.0-rc.8
{ | ||
"name": "@sayari/trellis", | ||
"version": "0.3.0-rc.7", | ||
"version": "0.3.0-rc.8", | ||
"description": "High-performance network visualization library, rendering to WebGL as well as other targets", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -475,3 +475,3 @@ "use strict"; | ||
badgeStrokeSprite.scale.set(badgeStrokeRadius / circleSprite_1.CircleSprite.radius); | ||
var badgeIconSprite = _this.renderer.image.create(badge.icon.url); | ||
var badgeIconSprite = _this.renderer.image.create(badge.icon.url, badge.icon.scale, badge.icon.offsetX, badge.icon.offsetY); | ||
_this.badgeSprites.push({ fill: badgeFillSprite, stroke: badgeStrokeSprite, icon: badgeIconSprite, angle: (badge.position * utils_1.RADIANS_PER_DEGREE) - utils_1.HALF_PI }); | ||
@@ -478,0 +478,0 @@ _this.badgeSpriteContainer.addChild(badgeStrokeSprite); |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3679992