@@ -1055,21 +1055,21 @@ export default {
|
||||
|
||||
|
||||
// POINTS CARDINAUX
|
||||
//
|
||||
// // leprobleme
|
||||
// g.addChild(new paper.Path.Circle({
|
||||
// center: [this.pos.x, this.pos.y + r],
|
||||
// radius: 3,
|
||||
// style: {
|
||||
// strokeColor: '#fff',
|
||||
// strokeWidth: 2,
|
||||
// fillColor: "rgba(255, 255, 255, 0.4)",
|
||||
// },
|
||||
// item_type: 'doleance_step',
|
||||
// item_id: `leprobleme`,
|
||||
// did: doleance.id,
|
||||
// field: 'leprobleme'
|
||||
// }));
|
||||
|
||||
// leprobleme
|
||||
g.addChild(new paper.Path.Circle({
|
||||
center: [this.pos.x, this.pos.y + r],
|
||||
radius: 3 * this.scale,
|
||||
style: {
|
||||
strokeColor: '#fff',
|
||||
strokeWidth: 2,
|
||||
fillColor: "rgba(255, 255, 255, 0.9)",
|
||||
},
|
||||
item_type: 'doleance_step',
|
||||
item_id: `leprobleme`,
|
||||
did: doleance.id,
|
||||
field: 'leprobleme'
|
||||
}));
|
||||
|
||||
// adresse de la doleance
|
||||
g.addChild(new paper.Path.Circle({
|
||||
|
||||
Reference in New Issue
Block a user