Keith
Keith
When exporting an svg from Adobe Illustrator, by default, "responsive" is ticked and no width or height tag is set. In that case, a vague error is thrown. I think...
Running ``` import svgimgutils as siu file_directory = '[File directory here]' tile_border_filename = '[filename]' siu.SVGImgUtils.fromfile(os.path.join(file_directory, tile_border_filename)) ``` gives > File "[main]", line 50, in siu.SVGImgUtils.fromfile(os.path.join(file_directory, tile_border_filename)) File "C:\Users\keith\miniconda3\lib\site-packages\svgimgutils.py", line 115,...
Considering something similar to the example: ``` output = Element(384, 356) # size of the output file. fate = Element('assets/fate.svg').rotate(-15) output.placeat(fate, 0.73, 23.55) output.placeat(fate, 107.81, 8.76) output.dump('output.svg') ``` Expected behavior:...
I've been using (and enjoying) RS-ASIO for almost two months now, but it has recently developed an issue where the audio will cut out mid game (or occasionally start with...
Unless I'm mistaken, the only way to search for a word is by double clicking. I cannot highlight a word and then click the extension like Google Dictionary does on...