deeplook / svglib

Read SVG files and convert them to other formats.
GNU Lesser General Public License v3.0
324 stars 79 forks source link

Rename default branch to main #390

Closed deeplook closed 1 year ago

deeplook commented 1 year ago

Done.

deeplook commented 1 year ago

If you have a local clone, you can update it by running the following commands.

git branch -m master main git fetch origin git branch -u origin/main main git remote set-head origin -a