svgling
svgling copied to clipboard
linguistics tree drawing to SVG in python, aimed at Jupyter
There are a bunch of combinations that aren't working great, this issue is to track them. **Safari issues with SVG sizing**. Safari is handling scaling of SVGs with `keepAspectRatio="none"` differently...
It is notoriously challenging to get crisp thin lines in svg, and some aspects of svgling run up against this problem. Issues arise when lines are positioned across physical pixels...
I installed the `svgling` module as described in [`svgling 0.4.0`](https://pypi.org/project/svgling/) and [The `svgling` package](https://rawlins.github.io/svgling/), and ran it on GoogleColab and Command Prompt (Python 3.10.13). I started running the tutorials step...
I am trying to set a frame for one of the elements of my sentence tree, and I'm using the ".box_constituent()" option for that. Here is my code: ` out...