susurros / evoluspencil

Automatically exported from code.google.com/p/evoluspencil
0 stars 0 forks source link

[Enhancement] Pure svg document output #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
--I can manually edit the ".ep" document to make an svg conformant file,
but it would be great if this were a native output format of Pencil.

What version of the product are you using? On what operating system?
Pencil 1.0 Build 4 on Windows XP using Firefox 3.03

Please provide any additional information below.
The svg file Pencil outputs should be able to be displayed directly by Firefox.

Original issue reported on code.google.com by flooberd...@gmail.com on 15 Nov 2008 at 6:36

GoogleCodeExporter commented 8 years ago

Original comment by maxime.tennaxia@gmail.com on 12 Dec 2008 at 9:40

GoogleCodeExporter commented 8 years ago

Original comment by maxime.tennaxia@gmail.com on 15 Dec 2008 at 7:40

GoogleCodeExporter commented 8 years ago
This is a dupe of issue 36

Original comment by bret...@gmail.com on 2 Jun 2010 at 12:22

GoogleCodeExporter commented 8 years ago
Issue 36 has been merged into this issue.

Original comment by maxime.tennaxia@gmail.com on 29 Jun 2010 at 11:31

GoogleCodeExporter commented 8 years ago
With this piece of javascript you can do what you want
display a pencil file directly in firefox or safari/chrome/chromium

it's looking for <img src="xxxxx.ep#3"> in html code and transform <img> in 
<svg> which display the #3 tab of pencil file

http://evoluspencil.googlecode.com/files/PencilLoader.js

Original comment by maxime.tennaxia@gmail.com on 29 Jun 2010 at 11:38

GoogleCodeExporter commented 8 years ago
So, I am interested in utilizing this pencilLoader.js to create a content-type 
for drupal that uses pencil as the 'wywsiwyg' editor for a content field and 
then uses the pencil loader to 'display' the svg on the view of the content. 

I am interested in any help that people who have used this script can give.

Original comment by markalo...@gmail.com on 13 Sep 2010 at 8:32