GithubHelp home page GithubHelp logo

graffle2svg's People

Watchers

 avatar

graffle2svg's Issues

z-level ordering issue and VerticalTriangle shape (Patch included)

1. svg is bottom->top and graffle is top->bottom so we need to reverse
graphics parsing order
2. VerticalTriangle shape is unsupported

File attached is a patch for both.  I'm hacking at:
http://github.com/schuyler1d/graffle2svg/tree/sky
so feel free to pull changes if interested.  Not sure if I'll get to it,
but I'd like to start building support to bridge over to Pencil .ep files.

Original issue reported on code.google.com by [email protected] on 29 Dec 2009 at 10:07

Attachments:

setuptools dependency not described in installation instructions

What steps will reproduce the problem?
1. Install graffle2svg on Ubuntu 11.10

What is the expected output? What do you see instead?
igibbs@girflet:~/downloads/linux/graffle2svg-0.3$ sudo python setup.py install
Traceback (most recent call last):
  File "setup.py", line 1, in <module>
    from setuptools import setup, find_packages
ImportError: No module named setuptools

What version of the product are you using? On what operating system?
g2s 0.3 on Ubuntu 11.10

Please provide any additional information below.
To resolve, run the following command first:
sudo apt-get install python-setuptools

Original issue reported on code.google.com by realflash.uk on 20 Dec 2011 at 3:29

How to uninstall

I've been giving the script a test, worked ok, however there is no option for 
uninstalling it... python setup.py --help-commands  shows nothing about how to 
uninstall

Is it because it doesnt add anything to the system, and I would just delete the 
directory or is this something you plan on doing?

Otherwise could you provide general direction on how to properly remove it from 
my system?

Thanks!

Original issue reported on code.google.com by manuel.drupal on 26 Oct 2010 at 8:10

Figure rotation is broken

What steps will reproduce the problem?
1.See unit tests


What is the expected output? What do you see instead?
The figure is not correctly rotated

What version of the product are you using? On what operating system?


Please provide any additional information below.

Attached patch solves the issue

Original issue reported on code.google.com by avila.jn on 10 Aug 2010 at 9:03

Attachments:

KeyError: 'Shape'

Dear,

Thank you for this project.

I was using graffle2svg but there was KeyError: 'Shape'

Regards,

Duong


Version:trunk
sudo svn checkout http://graffle2svg.googlecode.com/svn/trunk/
graffle2svg-read-only


Traceback (most recent call last):
  File "/usr/local/bin/graffle2svg", line 4, in <module>
    __import__('pkg_resources').run_script('graffle2svg===0.4dev-r0', 'graffle2svg')
  File "build/bdist.linux-i686/egg/pkg_resources/__init__.py", line 729, in run_script
  File "build/bdist.linux-i686/egg/pkg_resources/__init__.py", line 1649, in run_script
  File "/usr/local/lib/python2.7/dist-packages/graffle2svg-0.4dev_r0-py2.7.egg/EGG-INFO/scripts/graffle2svg", line 99, in <module>

  File "build/bdist.linux-i686/egg/graffle2svg/main.py", line 74, in walkGraffle
  File "build/bdist.linux-i686/egg/graffle2svg/main.py", line 90, in walkGraffleDoc
  File "build/bdist.linux-i686/egg/graffle2svg/main.py", line 104, in walkGraffleDoc
  File "build/bdist.linux-i686/egg/graffle2svg/main.py", line 146, in extractPage
  File "build/bdist.linux-i686/egg/graffle2svg/main.py", line 239, in svgItterateGraffleGraphics
  File "build/bdist.linux-i686/egg/graffle2svg/main.py", line 316, in svgAddGraffleShapedGraphic
KeyError: 'Shape'


Original issue reported on code.google.com by [email protected] on 29 Apr 2015 at 8:16

Support Subprocess Shape

Some graffle documents contain a shape of type "Subprocess".

More information needed before this can be implemented

Original issue reported on code.google.com by [email protected] on 14 Apr 2011 at 4:17

Don't know how to display Shape Circle

What steps will reproduce the problem?

What is the expected output? What do you see instead?
Calling graffle2svg shows the message 'Don't know how to display Shape 
Circle'


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Sep 2009 at 6:16

Don't know how to display Class "Group"...

I'm trying to translate my .graffle file (a wireframe design for a new 
website), but when I run the converter, it gives me the error:

Don't know how to display Class "Group"

The output file is merely 2kb large, and contains only the initial group, or 
page of the document. 

I'm using the latest version, unfortunately as this is a confidential project, 
I cannot provide the .graffle file with the issue report, however if you 
contact me I am more than willing to let you see the issue when I can look over 
your shoulder.

Kind regards,
Christiaan

Original issue reported on code.google.com by [email protected] on 28 May 2014 at 2:49

Failed to install on Windows 7

What steps will reproduce the problem?
1. svn checkout http://graffle2svg.googlecode.com/svn/trunk/ graffle2svg
2. cd graffle2svg
3. setup.py install

What is the expected output? What do you see instead?

----------------
C:\dev\graffle2svg>setup.py install
C:\Python27\lib\distutils\dist.py:267: UserWarning: Unknown distribution 
option: 'console'
  warnings.warn(msg)
running install
running bdist_egg
Traceback (most recent call last):
  File "C:\dev\graffle2svg\setup.py", line 32, in <module>
    console=["graffle2svg/scripts/graffle2svg","graffle2svg/scripts/graffle2svgview"] #py2exe
  File "C:\Python27\lib\distutils\core.py", line 152, in setup
    dist.run_commands()
  File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
    cmd_obj.run()
  File "C:\Python27\lib\site-packages\setuptools\command\install.py", line 76, in run
    self.do_egg_install()
  File "C:\Python27\lib\site-packages\setuptools\command\install.py", line 96, in do_egg_install
    self.run_command('bdist_egg')
  File "C:\Python27\lib\distutils\cmd.py", line 326, in run_command
    self.distribution.run_command(command)
  File "C:\Python27\lib\distutils\dist.py", line 971, in run_command
    cmd_obj.ensure_finalized()
  File "C:\Python27\lib\distutils\cmd.py", line 109, in ensure_finalized
    self.finalize_options()
  File "C:\Python27\lib\site-packages\setuptools\command\bdist_egg.py", line 94, in finalize_options
    ei_cmd = self.ei_cmd = self.get_finalized_command("egg_info")
  File "C:\Python27\lib\distutils\cmd.py", line 312, in get_finalized_command
    cmd_obj.ensure_finalized()
  File "C:\Python27\lib\distutils\cmd.py", line 109, in ensure_finalized
    self.finalize_options()
  File "C:\Python27\lib\site-packages\setuptools\command\egg_info.py", line 85, in finalize_options
    self.vtags = self.tags()
  File "C:\Python27\lib\site-packages\setuptools\command\egg_info.py", line 185, in tags
    ):  version += '-r%s' % self.get_svn_revision()
  File "C:\Python27\lib\site-packages\setuptools\command\egg_info.py", line 233, in get_svn_revision
    dirurl = data[0][3]
IndexError: list index out of range
----------------

What version of the product are you using? On what operating system?

- graffle2svg 0.3 (Revision: 47)
- Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] on 
win32
- setuptools-0.6c11.win32
- Windows 7 x64


Original issue reported on code.google.com by [email protected] on 25 May 2012 at 3:24

Syntax error when using current source..

What steps will reproduce the problem?
1.download lastest release
2.
3.

What is the expected output? What do you see instead?
Thre may not be something installed? Tried all current versions

What version of the product are you using? On what operating system?
0.3

Please provide any additional information below.
This is the exception i got:

graffle2svg 
/home/xxxx/devel/android/ux/Android_Design_OmniGraffle_Stencil_20120229.graffle 
tst.svg
Traceback (most recent call last):
  File "/usr/local/bin/graffle2svg", line 5, in <module>
    pkg_resources.run_script('graffle2svg==0.4dev-r47', 'graffle2svg')
  File "/usr/lib/python3/dist-packages/pkg_resources.py", line 467, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python3/dist-packages/pkg_resources.py", line 1200, in run_script
    exec(compile(open(script_filename).read(), script_filename, 'exec'), namespace, namespace)
  File "/usr/local/lib/python3.2/dist-packages/graffle2svg-0.4dev_r47-py3.2.egg/EGG-INFO/scripts/graffle2svg", line 117
    print gp.svg
           ^

Original issue reported on code.google.com by [email protected] on 21 Jul 2012 at 4:44

Do not know how to process AdjustableArrow

What steps will reproduce the problem?
1. download 
http://github.com/progit/progit/raw/master/figures-source/progit.graffle
2. run graffle2svg progit.graffle


What is the expected output? What do you see instead?

> Don't know how to display Shape AdjustableArrow

What version of the product are you using? On what operating system?
Using the latest (0.20) from svn on Kubuntu 8.10

Please provide any additional information below.

Following patch fixes the issue

Original issue reported on code.google.com by avila.jn on 10 Aug 2010 at 8:52

Attachments:

Problems with converting .graffle directories

Hi,

i don't have omnigraffle so i cannot say if it is a fault by your program or if 
the file is corrupt but i want to convert a FOLDER named myImage.graffle is 
this possible that a graffle file is a folder?

Best,
David

Original issue reported on code.google.com by [email protected] on 10 Nov 2010 at 12:21

Don't know how to display Class "Group"

What steps will reproduce the problem?
1. Ran graffle2svg <filename.graffle> <outputfile.svg>

What is the expected output? What do you see instead?

$ graffle2svg frank.graffle frank.svg
Don't know how to display Class "Group"
Don't know how to display Class "Group"


What version of the product are you using? On what operating system?
Latest from SVN - Ubuntu 9.10

Please provide any additional information below.

I can't include the graffle or SVG as they include information that I can't
give out.

Original issue reported on code.google.com by [email protected] on 2 Dec 2009 at 10:13

Support Cylinder shape

The Cylinder shape seems to draw a simple upright cylinder - I'm not sure how 
filling should behave.

Original issue reported on code.google.com by [email protected] on 20 Apr 2011 at 11:44

Don't know how to display Class "TableGroup"

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Calling graffle2svg shows the message 'Don't know how to display Class 
"TableGroup"·'


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Sep 2009 at 6:13

ImportError: No module named main

What steps will reproduce the problem?
Install the egg and run graffle2svg
1. svn checkout http://graffle2svg.googlecode.com/svn/trunk/ graffle2svg-
read-only
2. cd graffle2svg-read-only
3.a ubuntu: sudo python setup.py install
3.b vista: python setup.py install
4. graffle2svg

What is the expected output? What do you see instead?

C:\Python26\Scripts>..\python.exe graffle2svg
Traceback (most recent call last):
  File "graffle2svg", line 5, in <module>
    pkg_resources.run_script('graffle2svg==0.1dev-r0', 'graffle2svg')
  File "C:\Python26\lib\site-packages\setuptools-0.6c9-
py2.6.egg\pkg_resources.p
y", line 448, in run_script
  File "C:\Python26\lib\site-packages\setuptools-0.6c9-
py2.6.egg\pkg_resources.p
y", line 1173, in run_script
  File "C:\Python26\lib\site-packages\graffle2svg-0.1dev_r0-py2.6.egg\EGG-
INFO\s
cripts\graffle2svg", line 16, in <module>

ImportError: No module named main

What version of the product are you using? On what operating system?
Python 2.6
Windows Vista
Ubuntu 04

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 15 Sep 2009 at 9:03

Don't know how to display Shape RoundRect & Shape Bezier

What steps will reproduce the problem?
1. graffle2svg frank.graffle frank.svg

What is the expected output? What do you see instead?
graffle2svg frank.graffle frank.svg
Don't know how to display Shape RoundRect
Don't know how to display Shape RoundRect
Don't know how to display Shape Bezier
Don't know how to display Shape Bezier
Don't know how to display Shape RoundRect
Don't know how to display Shape Bezier
Don't know how to display Shape Bezier
Don't know how to display Shape Bezier
Don't know how to display Shape Bezier
Don't know how to display Shape Bezier
Don't know how to display Shape Bezier
Don't know how to display Shape Bezier
Don't know how to display Shape Bezier
Don't know how to display Shape Bezier
Don't know how to display Shape Bezier
Don't know how to display Shape Bezier

What version of the product are you using? On what operating system?
Using the latest (0.20) from svn on Ubuntu 9.10.

Please provide any additional information below.

To build, I had to remove the .svn directory in the main project directory.
(i.e. using your instructions it would be graffle2svg-read-only/.svn to get
this to install. 

Original issue reported on code.google.com by [email protected] on 8 Dec 2009 at 12:30

Install from svn is not working with subversion 1.7

What steps will reproduce the problem?
1. Use subversion 1.7 to checkout the tree
2. Run python setup.py install

What is the expected output? What do you see instead?
Expected: Messages that show a successful installation has happened.
Instead i see an error trace that indicates setuptools couldn't recognize the 
svn version.

This can be fixed by settings tag_svn_revision to false in setup.cfg.

What version of the product are you using? On what operating system?
Gentoo linux, python 2.7, svn 1.7.

Please provide any additional information below.

Traceback:

/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution 
option: 'console'
  warnings.warn(msg)
running install
running bdist_egg
Traceback (most recent call last):
  File "setup.py", line 32, in <module>
    console=["graffle2svg/scripts/graffle2svg","graffle2svg/scripts/graffle2svgview"] #py2exe
  File "/usr/lib64/python2.7/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/usr/lib64/python2.7/site-packages/setuptools/command/install.py", line 73, in run
    self.do_egg_install()
  File "/usr/lib64/python2.7/site-packages/setuptools/command/install.py", line 93, in do_egg_install
    self.run_command('bdist_egg')
  File "/usr/lib64/python2.7/distutils/cmd.py", line 326, in run_command
    self.distribution.run_command(command)
  File "/usr/lib64/python2.7/distutils/dist.py", line 971, in run_command
    cmd_obj.ensure_finalized()
  File "/usr/lib64/python2.7/distutils/cmd.py", line 109, in ensure_finalized
    self.finalize_options()
  File "/usr/lib64/python2.7/site-packages/setuptools/command/bdist_egg.py", line 104, in finalize_options
    ei_cmd = self.ei_cmd = self.get_finalized_command("egg_info")
  File "/usr/lib64/python2.7/distutils/cmd.py", line 312, in get_finalized_command
    cmd_obj.ensure_finalized()
  File "/usr/lib64/python2.7/distutils/cmd.py", line 109, in ensure_finalized
    self.finalize_options()
  File "/usr/lib64/python2.7/site-packages/setuptools/command/egg_info.py", line 86, in finalize_options
    self.vtags = self.tags()
  File "/usr/lib64/python2.7/site-packages/setuptools/command/egg_info.py", line 193, in tags
    ):  version += '-r%s' % self.get_svn_revision()
  File "/usr/lib64/python2.7/site-packages/setuptools/command/egg_info.py", line 242, in get_svn_revision
    dirurl = data[0][3]
IndexError: list index out of range

Original issue reported on code.google.com by [email protected] on 28 Mar 2014 at 1:52

KeyError: 'CanvasColor'

Dear,

Thank you for this project.

I tried graffle2svg but I'm blocked on KeyError: 'CanvasColor'

Regards,

Nicolas.

Version:trunk
sudo svn checkout http://graffle2svg.googlecode.com/svn/trunk/
graffle2svg-read-only

Traceback (most recent call last):
  File "/usr/local/bin/graffle2svg", line 5, in <module>
    pkg_resources.run_script('graffle2svg==0.2dev-r0', 'graffle2svg')
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 448, in
run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1173, in
run_script
    exec script_code in namespace, namespace
  File
"/usr/local/lib/python2.6/dist-packages/graffle2svg-0.2dev_r0-py2.6.egg/EGG-INFO
/scripts/graffle2svg",
line 99, in <module>

  File "build/bdist.linux-i686/egg/graffle2svg/main.py", line 76, in
walkGraffle
  File "build/bdist.linux-i686/egg/graffle2svg/main.py", line 92, in
walkGraffleDoc
  File "build/bdist.linux-i686/egg/graffle2svg/main.py", line 104, in
walkGraffleDoc
  File "build/bdist.linux-i686/egg/graffle2svg/main.py", line 119, in
extractPage
KeyError: 'CanvasColor'


Original issue reported on code.google.com by [email protected] on 2 Nov 2009 at 1:16

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.