started to create paper contents once concernement opened and not on init (doleance left to do)

This commit is contained in:
2023-07-13 22:49:31 +02:00
parent be3d7f622d
commit f17781b8be
3 changed files with 122 additions and 48 deletions

View File

@@ -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({