Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
187602fa
Commit
187602fa
authored
Oct 25, 2016
by
Jonathan Wilkes
Browse files
change stroke-linecap "projecting" style to "square"
parent
bf11107b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_template.c
View file @
187602fa
...
...
@@ -1657,7 +1657,7 @@ char *get_strokelinecap(int a)
static char strokelinecap[15];
if (a == 0) sprintf(strokelinecap, "butt");
else if (a == 1) sprintf(strokelinecap, "round");
else if (a == 2) sprintf(strokelinecap, "
projecting
");
else if (a == 2) sprintf(strokelinecap, "
square
");
else sprintf(strokelinecap, "butt");
return (strokelinecap);
}
...
...
Write
Preview
Markdown
is supported
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