We have done something similar, but for a rectangular layout you may be able to also use a simple HTML table, or a series of nested "div"s (with appropriate styling).
On Tuesday, 6 April 2021 at 01:42:17 UTC+2 [email protected] wrote: > This was of great help, thanks! > > > On Mon, Apr 5, 2021, 22:52 Ryan Nowakowski <[email protected]> wrote: > >> No prob. A trick that I use sometimes is to create a sample SVG manually >> with Inkscape. Then I modify it with Inkscape to manually "add" whatever >> I'm thinking about adding automatically. Finally I can diff the >> original file I created with Inkscape and with modified file to find out >> what values I need to change in my SVG Django template. >> >> On Sun, Apr 04, 2021 at 08:05:27AM +0530, Srijita Mallick wrote: >> > Actually that's a great idea, thanks :). We can create a large rectangle >> > and fit in small SVG beds using loop as per measurements. >> > >> > Thanks again! >> > >> > On Sun, Apr 4, 2021, 07:50 Ryan Nowakowski <[email protected]> wrote: >> > >> > > Perhaps use SVG? >> > > >> > > On April 3, 2021 12:00:12 AM CDT, Srijita Mallick < >> [email protected]> >> > > wrote: >> > >> >> > >> Hello all! >> > >> I'm doing a project where provided length and breadth of a land, I >> have >> > >> to auto-generate a map with no. of flower beds (length of them >> provided >> > >> too) in it like the image I have attached below. How can I go about >> it? >> > >> Any help is much appreciated. >> > >> >> > >> Thanks and regards, >> > >> Srijita >> > >> >> > >> -- >> > > You received this message because you are subscribed to the Google >> Groups >> > > "Django users" group. >> > > To unsubscribe from this group and stop receiving emails from it, >> send an >> > > email to [email protected]. >> > > To view this discussion on the web visit >> > > >> https://groups.google.com/d/msgid/django-users/E1535D26-6A34-4879-8FBF-07E9A8A8427B%40fattuba.com >> > > < >> https://groups.google.com/d/msgid/django-users/E1535D26-6A34-4879-8FBF-07E9A8A8427B%40fattuba.com?utm_medium=email&utm_source=footer >> > >> > > . >> > > >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups "Django users" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> an email to [email protected]. >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/CAEq3HBT%3DiKvToxAWRLC%2Bi0v8rpzsSRC13gFgfWwHUgQfPMn8sQ%40mail.gmail.com >> . >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/20210405172217.GB15054%40fattuba.com >> . >> > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/87400171-d41a-4687-8ac0-4fb241621074n%40googlegroups.com.

