Tag: svg
-
Interactive SVG with AngularJS – Part 2
by
When developing mobile web applications with responsive design, SVG are a viable solution for flexible images. AngularJS in turn enables the wrapping of complex UI logic into custom HTML directives, resulting in clean and maintainable modules. The combination of these technologies provides a good basis for interactive control and status elements. It is suitable both…
-
Interactive SVG with AngularJS – Part 1
by
When developing mobile web applications with responsive design, flexible images for interactive control and status elements pose a particular problem. SVG offer a viable solution: They are much smaller than bitmaps of comparable size, and can be manipulated through their DOM API. AngularJS in turn is well suited to wrap complex UI element logic in…

You must be logged in to post a comment.