My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Today

Yesterday

  • 36 hours ago
    Revision aa30d09960 (Fixed a none->None typo. Exporting selected elements should ...) pushed by kjellmf   -   Fixed a none->None typo. Exporting selected elements should now work again
    Fixed a none->None typo. Exporting selected elements should now work again

Last 30 days

  • Nov 27, 2009
    13 new revisions pushed by kjellmf   -   23e58f0ce7:Added testfile directory a7bde29035:Started major refactoring. The code is currently mess. Limited functionality. 031349ee85:Minor documentation updates f4d283ed1d:Transformations are now working again f2ff485e88:Removed some of the old code 54fc188298:Added basic support for accumulated graphic states. 0805038ee0:Fixed bug in handling of inherited fill and stroke Improved handling of empty pathdata be3edd3329:Shapes with zero length|width|height|radius are now ignored f5002311fe:Fixed typo dbe2cf8083:The use element is now working again. Fixed syntax error in 'rotate around' transformation. 05172eb10e:Improved handling og units. Most svgs in the W3 testsuite now parse without raising exceptions. 3b49c15994:Group opacity is now working again 1a03e14975:Code cleanup
    23e58f0ce7:Added testfile directory a7bde29035:Started major refactoring. The code is currently mess. Limited functionality. 031349ee85:Minor documentation updates f4d283ed1d:Transformations are now working again f2ff485e88:Removed some of the old code 54fc188298:Added basic support for accumulated graphic states. 0805038ee0:Fixed bug in handling of inherited fill and stroke Improved handling of empty pathdata be3edd3329:Shapes with zero length|width|height|radius are now ignored f5002311fe:Fixed typo dbe2cf8083:The use element is now working again. Fixed syntax error in 'rotate around' transformation. 05172eb10e:Improved handling og units. Most svgs in the W3 testsuite now parse without raising exceptions. 3b49c15994:Group opacity is now working again 1a03e14975:Code cleanup
  • Nov 22, 2009
    3 new revisions pushed by kjellmf   -   16ba7e7cde:Minor code cleanups dc653a4fcd:Added missing matrices to parse_transform 3d708a12bc:Added \usepackage[utf8]{inputenc} to standalone template to improve unicode handling
    16ba7e7cde:Minor code cleanups dc653a4fcd:Added missing matrices to parse_transform 3d708a12bc:Added \usepackage[utf8]{inputenc} to standalone template to improve unicode handling

Earlier this year

  • Nov 02, 2009
    Revision c532386401 (Added convert_svg interface. Accepts files, urls and strings...) pushed by kjellmf   -   Added convert_svg interface. Accepts files, urls and strings.
    Added convert_svg interface. Accepts files, urls and strings.
  • Oct 29, 2009
    issue 19 (gtk copy is missing return True) Status changed by kjellmf   -   Thank you for reporting this. Fixed in rb825a6a70d
    Status: Fixed
    Thank you for reporting this. Fixed in rb825a6a70d
    Status: Fixed
  • Oct 29, 2009
    Revision b825a6a70d (Fixed pygtk clipboard bug (issue 19). Thanks Bartlomiej Cela...) pushed by kjellmf   -   Fixed pygtk clipboard bug ( issue 19 ). Thanks Bartlomiej Celary for reporting this.
    Fixed pygtk clipboard bug ( issue 19 ). Thanks Bartlomiej Celary for reporting this.
  • Oct 28, 2009
    issue 19 (gtk copy is missing return True) reported by Bartlomiej.Celary   -   fix gtk copy - return True is missing so you see the log that it failed, while it actually worked! :)
    fix gtk copy - return True is missing so you see the log that it failed, while it actually worked! :)
  • Oct 19, 2009
    Revision d982137548 (Added tests for selecting ids) pushed by kjellmf   -   Added tests for selecting ids
    Added tests for selecting ids
  • Oct 14, 2009
    3 new revisions pushed by kjellmf   -   e3f15532eb:Added sphinx documentation skeletons. 5cb85b57d7:Updated .hgignore. Started work on documentation. 773ca5641a:Documentation updates.
    e3f15532eb:Added sphinx documentation skeletons. 5cb85b57d7:Updated .hgignore. Started work on documentation. 773ca5641a:Documentation updates.
  • Oct 09, 2009
    3 new revisions pushed by kjellmf   -   2c0d1e11e9:convert_file now accepts string input 1ef9a9c5ee:Added basic interface tests dc9ee5dcf4:Updated tests
    2c0d1e11e9:convert_file now accepts string input 1ef9a9c5ee:Added basic interface tests dc9ee5dcf4:Updated tests
  • Oct 05, 2009
    4 new revisions pushed by kjellmf   -   ba31960302:Updated .hgigonre 5833f4a935:Minor PEP-8 work 21a07b02b5:Added default painting values 58c05e53b5:Started work on new property handling code
    ba31960302:Updated .hgigonre 5833f4a935:Minor PEP-8 work 21a07b02b5:Added default painting values 58c05e53b5:Started work on new property handling code
  • Oct 01, 2009
    issue 18 (Support SVGs generated by LaTeXDraw) reported by kjellmf   -   LaTeXDraw is a free PSTricks code generator. It now uses SVG as internal format http://latexdraw.sourceforge.net/index.html
    LaTeXDraw is a free PSTricks code generator. It now uses SVG as internal format http://latexdraw.sourceforge.net/index.html
  • Sep 10, 2009
    issue 14 (Fail to install with Inkscape 0.46) commented on by maurits.evers   -   Great. I did some testing and all works well now. Thanks a lot.
    Great. I did some testing and all works well now. Thanks a lot.
  • Sep 05, 2009
    issue 14 (Fail to install with Inkscape 0.46) Status changed by kjellmf   -   It turns out that the correct directory for 0.47 is ~/.config/inkscape/extensions/
    Status: Fixed
    It turns out that the correct directory for 0.47 is ~/.config/inkscape/extensions/
    Status: Fixed
  • Sep 05, 2009
    issue 14 (Fail to install with Inkscape 0.46) commented on by kjellmf   -   I just installed 0.47 and I can confirm that extensions put in ~/.inkscape/ extensions/ are not loaded. I put the files in /usr/share/inkscape/extensions/ and the extension worked fine. Seems like they have changed where extensions are loaded from. Need to investigate this more.
    I just installed 0.47 and I can confirm that extensions put in ~/.inkscape/ extensions/ are not loaded. I put the files in /usr/share/inkscape/extensions/ and the extension worked fine. Seems like they have changed where extensions are loaded from. Need to investigate this more.
  • Sep 05, 2009
    issue 14 (Fail to install with Inkscape 0.46) commented on by kjellmf   -   I'm sorry, but I have not yet installed 0.47 on my linux machine. I fixed a few bugs recently that prevented the script from running properly, but the extension should still show up in the menu.
    I'm sorry, but I have not yet installed 0.47 on my linux machine. I fixed a few bugs recently that prevented the script from running properly, but the extension should still show up in the menu.
  • Sep 05, 2009
    issue 14 (Fail to install with Inkscape 0.46) commented on by maurits.evers   -   Just wondering, whether you've had a chance to look at the compatibility issue with inkscape 0.47? Unfortunately, my python skills are quite rudimentary...
    Just wondering, whether you've had a chance to look at the compatibility issue with inkscape 0.47? Unfortunately, my python skills are quite rudimentary...
  • Sep 03, 2009
    issue 16 (Attributes on the outmost svg element are not processed) Status changed by kjellmf   -   An SVG that demonstrates this bug is tiger.svgz found in the inkscape/share/examples directory.
    Status: Started
    An SVG that demonstrates this bug is tiger.svgz found in the inkscape/share/examples directory.
    Status: Started
  • Sep 03, 2009
    Revision 7e1a7ec1f7 (Added the verbose output option to the inx files.) pushed by kjellmf   -   Added the verbose output option to the inx files.
    Added the verbose output option to the inx files.
  • Sep 02, 2009
    issue 17 (incomplete output) Status changed by kjellmf   -   I'm sorry about this. I accidentally pushed some code to the repository without doing regression tests. Fixed in r5256af102d. Please download tikz_export.py again.
    Status: Fixed
    I'm sorry about this. I accidentally pushed some code to the repository without doing regression tests. Fixed in r5256af102d. Please download tikz_export.py again.
    Status: Fixed
  • Sep 02, 2009
    Revision 5256af102d (Fixed two stupid bugs that prevented the extension from work...) pushed by kjellmf   -   Fixed two stupid bugs that prevented the extension from working
    Fixed two stupid bugs that prevented the extension from working
  • Sep 02, 2009
    issue 17 (incomplete output) reported by prettygully   -   ERROR:root:Failed to put output on clipboard I have installed inkscape 0.46 & inkscape2tikz as per instructions today, under ubuntu 9.04 installation seems o.k. (I get the export to tikz button), but a simple test (drawing a filled circle) failed - only the 'wrapper' was written to file, the shape is missing, and the error above was reported. \documentclass{article} \usepackage{tikz} \begin{document} \definecolor{c008000}{RGB}{0,128,0} \begin{tikzpicture}[y=0.80pt,x=0.80pt,yscale=-1, inner sep=0pt, outer sep=0pt] \end{tikzpicture} \end{document} I'd love to get this working - any advice on how to proceed would be much appreciated. karin
    ERROR:root:Failed to put output on clipboard I have installed inkscape 0.46 & inkscape2tikz as per instructions today, under ubuntu 9.04 installation seems o.k. (I get the export to tikz button), but a simple test (drawing a filled circle) failed - only the 'wrapper' was written to file, the shape is missing, and the error above was reported. \documentclass{article} \usepackage{tikz} \begin{document} \definecolor{c008000}{RGB}{0,128,0} \begin{tikzpicture}[y=0.80pt,x=0.80pt,yscale=-1, inner sep=0pt, outer sep=0pt] \end{tikzpicture} \end{document} I'd love to get this working - any advice on how to proceed would be much appreciated. karin
  • Sep 02, 2009
    issue 14 (Fail to install with Inkscape 0.46) commented on by maurits.evers   -   I had a look at the extension-errors.log file, however nothing shows up there (in 0.47 the extension-errors.log is in $HOME/.config/inkscape). Let me know if you can come up with something on your linux machine.
    I had a look at the extension-errors.log file, however nothing shows up there (in 0.47 the extension-errors.log is in $HOME/.config/inkscape). Let me know if you can come up with something on your linux machine.
  • Sep 02, 2009
    issue 14 (Fail to install with Inkscape 0.46) commented on by kjellmf   -   I have only tried the 0.47 development version on Windows. The extension works there. I will try and see if I can get 0.47 working on my Ubuntu-box later. If I remember correctly, there is a file called extension-errors.log somewhere, where errors related to extensions are logged. Maybe you can find some hints there.
    I have only tried the 0.47 development version on Windows. The extension works there. I will try and see if I can get 0.47 working on my Ubuntu-box later. If I remember correctly, there is a file called extension-errors.log somewhere, where errors related to extensions are logged. Maybe you can find some hints there.
  • Sep 02, 2009
    issue 14 (Fail to install with Inkscape 0.46) commented on by maurits.evers   -   Hmm. I'm a bit puzzled. Yes, I copied all the files into $HOME/.inkscape/extensions, including inkex.py etc. Nothing shows up. I am using the jaunty inkscape beta version from http://ppa.launchpad.net/inkscape.testers/ppa/ubuntu, which is called 0.46-devel and shows up as 0.47 in aptitude (I should have made that clearer right from the start) . So maybe that's the problem? Mind you, the new inkscape version has a few changes in their extensions format, I believe. However, as I explained, for at least one other extension (textext) it was just a matter of changing a few lines of code in the .inx file.
    Hmm. I'm a bit puzzled. Yes, I copied all the files into $HOME/.inkscape/extensions, including inkex.py etc. Nothing shows up. I am using the jaunty inkscape beta version from http://ppa.launchpad.net/inkscape.testers/ppa/ubuntu, which is called 0.46-devel and shows up as 0.47 in aptitude (I should have made that clearer right from the start) . So maybe that's the problem? Mind you, the new inkscape version has a few changes in their extensions format, I believe. However, as I explained, for at least one other extension (textext) it was just a matter of changing a few lines of code in the .inx file.
  • Sep 01, 2009
    issue 14 (Fail to install with Inkscape 0.46) commented on by kjellmf   -   I have used the idx and py files found on the project home page. Have you remembered to copy every dependency to the same directory as the tikz_export.py file? (inkex.py, simplestyle.py simplepath.py should all be in the home/.inkscape/extensions directory) I did a sudo apt-get install inkscape and followed the above instructions. The script showed up in the extensions menu. There seems to be some issues with clipboard support though. I will investigate that later.
    I have used the idx and py files found on the project home page. Have you remembered to copy every dependency to the same directory as the tikz_export.py file? (inkex.py, simplestyle.py simplepath.py should all be in the home/.inkscape/extensions directory) I did a sudo apt-get install inkscape and followed the above instructions. The script showed up in the extensions menu. There seems to be some issues with clipboard support though. I will investigate that later.
  • Sep 01, 2009
    issue 14 (Fail to install with Inkscape 0.46) commented on by maurits.evers   -   I'm running inkscape 0.46 beta on Ubuntu 8.04. Yes, I tried saving is as TikZ, there is no option there either. I've had to change a few lines in the .idx files for some other extensions to work in 0.46, mainly the textext extension. Can't seem to get inkscape find the extensions in this case. If you had it running under 0.46, could you send me your .idx and .py files and I can have a look.
    I'm running inkscape 0.46 beta on Ubuntu 8.04. Yes, I tried saving is as TikZ, there is no option there either. I've had to change a few lines in the .idx files for some other extensions to work in 0.46, mainly the textext extension. Can't seem to get inkscape find the extensions in this case. If you had it running under 0.46, could you send me your .idx and .py files and I can have a look.
  • Sep 01, 2009
    issue 16 (Attributes on the outmost svg element are not processed) reported by kjellmf   -   Code like <svg fill="none" ..> ... </svg> is currently not handled.
    Code like <svg fill="none" ..> ... </svg> is currently not handled.
  • Sep 01, 2009
    issue 15 (Support reading compressed SVGs from the command line) reported by kjellmf   -   Compressing SVGs using gzip is quite common. Should automatically try to uncompress when fed a svgz file.
    Compressing SVGs using gzip is quite common. Should automatically try to uncompress when fed a svgz file.
  • Sep 01, 2009
    issue 13 (Output is all black) commented on by kjellmf   -   The example now renders correctly (r8bd2920d38)
    The example now renders correctly (r8bd2920d38)
  • Sep 01, 2009
    2 new revisions pushed by kjellmf   -   Revision 8bd2920d38:Every shape or path are now filled unless fill=none. This is the default SVG behaviour. Revision d61abb674e:Added option for verbose output. When the verbose output is used, path and group ids are included in the generated code.
    Revision 8bd2920d38:Every shape or path are now filled unless fill=none. This is the default SVG behaviour. Revision d61abb674e:Added option for verbose output. When the verbose output is used, path and group ids are included in the generated code.
  • Sep 01, 2009
    issue 5 (Add clipping paths) Labels changed by kjellmf   -  
    Labels: Priority-High Priority-Medium
    Labels: Priority-High Priority-Medium
  • Sep 01, 2009
    issue 14 (Fail to install with Inkscape 0.46) Labels changed by kjellmf   -   Could you give some details about your operating system? I have used the script with Inkscape 0.46 before, so it should work if Inkscape finds the extensions. Have you tried 'Save as TikZ' instead?
    Labels: Type-Other Type-Defect
    Could you give some details about your operating system? I have used the script with Inkscape 0.46 before, so it should work if Inkscape finds the extensions. Have you tried 'Save as TikZ' instead?
    Labels: Type-Other Type-Defect
  • Sep 01, 2009
    issue 14 (Fail to install with Inkscape 0.46) reported by maurits.evers   -   As there is no 'effects' menu entry anymore, the export to tikz entry does not show up. Changing the .inx files accordingly also does not work. I can't seem to get the 'export to tikz' feature to appear anywhere in under the extensions menu. Any quick'n'dirty fixes?
    As there is no 'effects' menu entry anymore, the export to tikz entry does not show up. Changing the .inx files accordingly also does not work. I can't seem to get the 'export to tikz' feature to appear anywhere in under the extensions menu. Any quick'n'dirty fixes?
  • Aug 31, 2009
    issue 13 (Output is all black) commented on by kjellmf   -   The output is now almost correct. There are still some issues with missing labels that needs to be sorted out.
    The output is now almost correct. There are still some issues with missing labels that needs to be sorted out.
  • Aug 31, 2009
    issue 13 (Output is all black) Status changed by kjellmf   -   This issue was closed by revision d31729100a.
    Status: Fixed
    This issue was closed by revision d31729100a.
    Status: Fixed
  • Aug 31, 2009
    Revision d31729100a (Fixed a bug in parseStyle. Whitespace is now stripped from k...) pushed by kjellmf   -   Fixed a bug in parseStyle. Whitespace is now stripped from keys and values (fixes issue 13 )
    Fixed a bug in parseStyle. Whitespace is now stripped from keys and values (fixes issue 13 )
  • Aug 30, 2009
    Revision 7e4f619281 (It is now possible to output code to clipboard or file from ...) pushed by kjellmf   -   It is now possible to output code to clipboard or file from the command line. An error is now raised if copy_to_clipboard fails.
    It is now possible to output code to clipboard or file from the command line. An error is now raised if copy_to_clipboard fails.
  • Aug 30, 2009
    issue 2 (Support several text interpreation modes) Labels changed by kjellmf   -  
    Labels: Priority-High Milestone-Release1.0 Priority-Medium
    Labels: Priority-High Milestone-Release1.0 Priority-Medium
  • Aug 30, 2009
    Revision 2161d49ba2 (Added a few shorcuts for setting the codeoutput mode) pushed by kjellmf   -   Added a few shorcuts for setting the codeoutput mode
    Added a few shorcuts for setting the codeoutput mode
  • Aug 29, 2009
    issue 11 (Improve command line interface) Status changed by kjellmf   -  
    Status: Started
    Status: Started
  • Aug 29, 2009
    Revision d2230be96c (Improved handling of boolean options.) pushed by kjellmf   -   Improved handling of boolean options.
    Improved handling of boolean options.
  • Aug 25, 2009
    issue 13 (Output is all black) reported by kjellmf   -   The output from the following SVG file is all black: http://snipt.org/lpX
    The output from the following SVG file is all black: http://snipt.org/lpX
  • Aug 25, 2009
    issue 12 (Error exporting text with non-ascii characters) Status changed by kjellmf   -   This issue was closed by revision 22ae53c652.
    Status: Fixed
    This issue was closed by revision 22ae53c652.
    Status: Fixed
  • Aug 25, 2009
    Revision 22ae53c652 (Generated code is now encoded as utf8 (fixes issue 12).) pushed by kjellmf   -   Generated code is now encoded as utf8 (fixes issue 12 ).
    Generated code is now encoded as utf8 (fixes issue 12 ).
  • Aug 25, 2009
    Revision 43148ba905 (Updated tikz_export_output.inx to use new option names) pushed by kjellmf   -   Updated tikz_export_output.inx to use new option names
    Updated tikz_export_output.inx to use new option names
  • Aug 24, 2009
    issue 12 (Error exporting text with non-ascii characters) changed by kjellmf   -   The easiest solution to this problem is probably to output unicode (utf8) and rely on \usepackage[utf8]{inputenc} on the TeX-side.
    Status: Accepted
    Labels: Priority-High Priority-Medium
    The easiest solution to this problem is probably to output unicode (utf8) and rely on \usepackage[utf8]{inputenc} on the TeX-side.
    Status: Accepted
    Labels: Priority-High Priority-Medium
  • Aug 24, 2009
    issue 12 (Error exporting text with non-ascii characters) reported by je...@isaatc.ull.es   -   What steps will reproduce the problem? 1. Create a document with containing some with non-ascii characters, like the spanish accents 2. Try to export. What is the expected output? What do you see instead? I see a dialog with this backtrace: Traceback (most recent call last): File "/home/jesus/.inkscape/extensions/tikz_export.py", line 985, in <module> main_inkscape() File "/home/jesus/.inkscape/extensions/tikz_export.py", line 975, in main_inkscape effect.affect() File "/home/jesus/.inkscape/extensions/inkex.py", line 155, in affect self.output() File "/home/jesus/.inkscape/extensions/tikz_export.py", line 945, in output f.write(self.output_code) UnicodeEncodeError: 'ascii' codec can't encode character u'\xc1' in position 202: ordinal not in range(128) What version of the product are you using? On what operating system? The lastest, from repository. Please provide any additional information below. Obviously is the classical problem in Python with byte string, unicode strings and encodings.
    What steps will reproduce the problem? 1. Create a document with containing some with non-ascii characters, like the spanish accents 2. Try to export. What is the expected output? What do you see instead? I see a dialog with this backtrace: Traceback (most recent call last): File "/home/jesus/.inkscape/extensions/tikz_export.py", line 985, in <module> main_inkscape() File "/home/jesus/.inkscape/extensions/tikz_export.py", line 975, in main_inkscape effect.affect() File "/home/jesus/.inkscape/extensions/inkex.py", line 155, in affect self.output() File "/home/jesus/.inkscape/extensions/tikz_export.py", line 945, in output f.write(self.output_code) UnicodeEncodeError: 'ascii' codec can't encode character u'\xc1' in position 202: ordinal not in range(128) What version of the product are you using? On what operating system? The lastest, from repository. Please provide any additional information below. Obviously is the classical problem in Python with byte string, unicode strings and encodings.
  • Aug 24, 2009
    issue 10 (Incorrect text position) Status changed by kjellmf   -  
    Status: Fixed
    Status: Fixed
 
Hosted by Google Code