Gitlab CSE Unil
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
M. Chardon
ADIM
Commits
4a8cd421
Commit
4a8cd421
authored
Oct 07, 2014
by
Julien Furrer
Browse files
Fixed tool arrow: initial StrokeWidth was wrong
parent
3f499017
Changes
1
Hide whitespace changes
Inline
Side-by-side
adim_app/static/_src/adim/tools/arrow.js
View file @
4a8cd421
...
...
@@ -149,6 +149,7 @@ define(["paper"], function (paper) {
_scaleArrow
.
call
(
newArrow
,
scale
);
_setFill
.
call
(
newArrow
,
paper
.
project
.
currentStyle
.
fillColor
);
_setColor
.
call
(
newArrow
,
paper
.
project
.
currentStyle
.
strokeColor
);
_setStrokeWidth
.
call
(
newArrow
,
paper
.
project
.
currentStyle
.
strokeWidth
);
// Extend tool's item properties with default values
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment