mirror of
https://github.com/ArnoldSmith86/virtualtabletop.git
synced 2026-03-02 22:57:02 -05:00
Default deck card back slow to load #333
Labels
No labels
PCIO compatibility
Validator
automated testing
bug
documentation
duplicate
editor
enhancement
enhancement
library
library
maintenance
needs legacy server
pile related
reported client crash
routine operations
user interface
widget properties
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/virtualtabletop#333
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bjalder26 on GitHub (Jul 29, 2021).
The XML file for the default deck card back looks really complicated with a bunch of transform/translate instructions. It seems to cause a minor lag when cards are pulled from a deck. Below shows about 1/5th of the xml. I suggest we create a less-complicated svg for the default deck, and possibly even replace the current file with it.
@robartsd commented on GitHub (Jul 29, 2021):
Here's an optimized version using my go to SVG optimization tool:
2B.zip
The zipped size is nearly the same, but the decompressed size is about 37% the original size (those transform commands zip up well).
@RaphaelAlvez commented on GitHub (Jul 29, 2021):
That van be changed directly into files and make a PR. Good job figuring it out