ngx-admin
ngx-admin copied to clipboard
how to code a svg 2D floor plan as shown in the dashboard demo?
I'm submitting a ... (check one with "x")
- [ x] question about the decisions made in the repository
Issue description
Current behavior:
The picture below shows a 2D room demo

The code is made of svg. I want to change the svg to make another similar 2D floor plan. So my question is how to make such svg ?
May be coding with patience....
Hi @helxsz. You can find the svg source in room-selector.component.html and room-selector.component.ts. Since it's just a text format, you can edit it by hand 🙂. Or you can copy resulting svg code from elements panel in dev tools and paste it in svg editor. Here is one.
Also interested on this, @KostyaDanovsky did it on https://github.com/akveo/ngx-admin/commit/61869dad7a41d6ec4ce4fd4e6236e40c474d7fbd, maybe is just patience.
I also would like to know how it has been drawn. Probably Inkscape but would be nice to hear something official.
Any new tools to develop 2D SVG plans for this?
You guys should at least give us a methodology to develop svg's like this.
would also like to know how this was done by the dev @KostyaDanovsky
Have anyone find some library to make this floor plan style?