You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guys, excellent work with SVG component, really straightforward and helpful.
I am experiencing issue when working with Group class. This code not working as expected
public class MainView extends HorizontalLayout {
public MainView() {
Svg svg = new Svg();
Group grp = new Group("grp_id");
grp.addElement(new Text("text_id", "Label"));
svg.add(grp);
add(svg);
}
}
and resulting in
Error: Element with selector "[id="text_id"]" not found.
Am I doing anything wrong? Any help will be appreciated.
Thanks
Martin
Using Vaadin 16, svg 1.0.3
The text was updated successfully, but these errors were encountered:
Guys, excellent work with SVG component, really straightforward and helpful.
I am experiencing issue when working with Group class. This code not working as expected
and resulting in
Am I doing anything wrong? Any help will be appreciated.
Thanks
Martin
Using Vaadin 16, svg 1.0.3
The text was updated successfully, but these errors were encountered: