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
19fc614d
Commit
19fc614d
authored
Jan 20, 2016
by
Jonathan Wilkes
Browse files
add gui update for "opacity" attribute
parent
a0482741
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_template.c
View file @
19fc614d
...
...
@@ -3699,6 +3699,11 @@ static void svg_togui(t_svg *x, t_template *template, t_word *data)
gui_f(fielddesc_getcoord(&x->x_vec[3], template, data, 1));
}
}
if (x->x_opacity.a_flag)
{
gui_s("opacity");
gui_f(fielddesc_getcoord(&x->x_opacity.a_attr, template, data, 1));
}
if (x->x_type == gensym("polyline") ||
x->x_type == gensym("polygon"))
{
...
...
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