Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wynn
purr-data
Commits
bf11107b
Commit
bf11107b
authored
Oct 25, 2016
by
Jonathan Wilkes
Browse files
use standard "d" attribute instead of "data" for setting svg data
parent
890c10c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_template.c
View file @
bf11107b
...
...
@@ -4466,7 +4466,7 @@ static void draw_setup(void)
class_addmethod(svg_class, (t_method)svg_setattr,
gensym("cy"), A_GIMME, 0);
class_addmethod(svg_class, (t_method)svg_data,
gensym("d
ata
"), A_GIMME, 0);
gensym("d"), A_GIMME, 0);
//class_addmethod(svg_class, (t_method)svg_drag,
// gensym("drag"), A_GIMME, 0);
class_addmethod(svg_class, (t_method)svg_event,
...
...
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