started to create paper contents once concernement opened and not on init (doleance left to do)
This commit is contained in:
@@ -898,13 +898,14 @@ export default {
|
||||
setPaperEntiteActionSymbol(){
|
||||
let svgIcon = paper.project.importSVG(iconAction);
|
||||
svgIcon.strokeColor = '#000';
|
||||
svgIcon.strokeWidth = 0.75;
|
||||
svgIcon.strokeWidth = 0.25;
|
||||
svgIcon.fillColor = null;
|
||||
svgIcon.position = {x:0, y:0};
|
||||
svgIcon.scale(0.15);
|
||||
|
||||
let circle = new paper.Path.Circle({
|
||||
radius: 15,
|
||||
fillColor: 'rgba(255,255,255,0.05)'
|
||||
radius: 3,
|
||||
fillColor: 'rgba(255,255,255,0.01)'
|
||||
})
|
||||
|
||||
return new paper.Group({
|
||||
|
||||
Reference in New Issue
Block a user