python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Make gif spinning concentric circles in different directions
I have the following image saved as SVG:
Concentric circles
As you can see, the image contains 3 concentric circles, and I was wondering how can I create a gif with the 3 circles spinning. The complic...
Fernando Bandeira de Mello
Votes: 0
Answers: 1
Fastest way to convert SVG to EMF repeatably using Inkscape and Python
Python 3.9.0
Inkscape 0.92
I use Inkscape to convert SVG to EMF, however it takes too much time.
Simple example code
import subprocess
def convert_svg_to_emf(input_svg_path, output_emf_path):
# T...

sssbbbaaa
Votes: 0
Answers: 1
Embedded SVG into Inkscape
I have a SVG file (an exported Gliffy diagram) that I want to open and edit in Inkscape. When viewing the code of the file using the developer options of Chrome, it looks like:
<svg xmlns="......
CJS
Votes: 0
Answers: 2
Matplotlib, Inkscape, Spyder, plots and SVG compatibility (true axis size)
I have been plotting data for years during my PhD and always had to fight with something that unfortunately plagues the scientific community: negligent data manipulation.
My problem is that when I plo...
David M. Sousa
Votes: 0
Answers: 1