xingrz / rdt-editor

RDT Editor for Wikipedia
https://rdt.xingrz.me
MIT License
39 stars 6 forks source link

Objects are rendered with the wrong aspect ratio #1

Closed jc86035 closed 4 years ago

jc86035 commented 4 years ago

I tested this editor using the diagram code of w:en:Template:East London Line RDT.

The main issue that would prevent me from using this editor is that every object is rendered as 20px × 20px regardless of the aspect ratio. For files it looks like the width and height can be obtained using an API request (multiply the width by 20height to get the display width), and for text and filler cells you can use the definitions in the {{Routemap}} CSS.

xingrz commented 4 years ago

image

Fixed. Thank you.