[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2006-05-25 Thread kami_
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Thu May 25 12:23:54 -0700 
2006 ---
There is a perfect implementation of SVG engine in the latest stable Firefox...
Are there any way to use it?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2006-05-25 Thread kami_
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Thu May 25 12:28:07 -0700 
2006 ---
I would like to use the current SVG filter in my installer. This import filter
has to registered into services database? Simple filecopy doesn't work...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2006-03-06 Thread is
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Mon Mar  6 02:30:12 -0800 
2006 ---
- kami_ : The scp code looks good. But do not forget to define the module name
and module description in module_javafilter.ulf.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2006-03-06 Thread kami_
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Mon Mar  6 04:28:56 -0800 
2006 ---
-is: It is ready! But I didn't want to overload this file...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2006-03-06 Thread kami_
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Mon Mar  6 04:29:36 -0800 
2006 ---
-is: It is ready! But I didn't want to overload this issue...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2006-03-05 Thread kami_
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Sun Mar  5 01:00:54 -0800 
2006 ---
I have integrated it into my OpenOffice.org Premium builds (like Writer2latex
filter). More information is come when it is released.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2006-03-05 Thread kami_
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Sun Mar  5 23:50:06 -0800 
2006 ---
- is: I would like to integrate it like writer2latex filer:

scp2/source/javafilter/module_javafilter.scp:

+Module gid_Module_Optional_Javafilter_SVGImport
+MOD_NAME_DESC(MODULE_OPTIONAL_JAVAFILTER_SVGIMPORT);
+ParentID = gid_Module_Optional_Javafilter;
+Files = (
gid_File_Lib_Xmergesync,gid_File_Jar_SVGImport,gid_File_Registry_Spool_Oo_TypeDetection_SVGImport_Types_Xcu,gid_File_Registry_Spool_Oo_TypeDetection_SVGImport_Filters_Xcu
);
+Minimal = NO;
+Default = NO;
+Styles (en-US) = ();
+Styles (de) = ();
+Styles (ja) = (HIDDEN_ROOT);
+Styles (ko) = (HIDDEN_ROOT);
+Styles (zh-CN) = (HIDDEN_ROOT);
+Styles (zh-TW) = (HIDDEN_ROOT);
+End 
scp2/source/javafilter/file_javafilter.latex.scp

+/* SVG Import Filter */
+
+STD_JAR_FILE( gid_File_Jar_SVGImport, svg-import)
+
+File gid_File_Registry_Spool_Oo_TypeDetection_SVGImport_Types_Xcu
+TXT_FILE_BODY;
+Styles = (PACKED);
+Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Types;
+Name = /registry/spool/svg-type.xcu;
+End
+
+File gid_File_Registry_Spool_Oo_TypeDetection_SVGImport_Filters_Xcu
+TXT_FILE_BODY;
+Styles = (PACKED);
+Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Filter;
+Name = /registry/spool/draw_svg_Import.xcu;
+End
+ 

It can be enough, can't it?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2006-03-04 Thread haui
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Sat Mar  4 12:16:14 -0800 
2006 ---
There *is* an implementation, which you can grep from 

   http://haumacher.de/svg-import/

and install with 3 clicks. The new bugfix release r2185 includes an improved
coordinate system  transformation, works around rounding problems that occur
within OpenOffice.org after import, and fixes problems with polylines.

BTW, the SVG import filter is included in the German OpenOffice.org distribution
CD available from http://www.prooo-box.org/

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2006-02-17 Thread seahen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Fri Feb 17 19:36:27 -0800 
2006 ---
Can we at least have a ballpark date on the implementation?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2006-02-14 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Tue Feb 14 04:25:06 -0800 
2006 ---
Why developpers don't integrate this feature in OOo ?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2006-02-14 Thread jza
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Tue Feb 14 07:09:20 -0800 
2006 ---
They are... but it needs to be polished, the importer is not 100% reliable yet, 
it uses Java 1.5 which might make OOo dependant on the latest and greatest and 
break older installations with Java 1.4.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2006-02-14 Thread jza
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Tue Feb 14 07:55:31 -0800 
2006 ---
They are... but it needs to be polished, the importer is not 100% reliable yet, 
it uses Java 1.5 which might make OOo dependant on the latest and greatest and 
break older installations with Java 1.4.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2006-02-14 Thread kami_
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Tue Feb 14 21:15:00 -0800 
2006 ---
Yes it have to be more feature reach. See the homepage of project. But I hope it
will be good enough to integrate it. The situation looks ugly when a program
based on open standards is not supporting an open gfx fileformat.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-12-29 Thread haui
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Thu Dec 29 07:41:17 -0800 
2005 ---
Just uploaded new version r2131 of the SVG import filter. If you hurry up, you
can get your copy still this year: 

   http://haumacher.de/svg-import/

Detailed release notes can be found on the download page. Main features in
version r2131 are dramatically improved gradient import and support for embedded
bitmap images. 

Nearly optimal results are now achieved for path elements filled with radial
gradients. The filter works around limitations of gradients in OpenOffice.org
(the coupling of the gradient dimensions on the shape's bounding box) by
extending the shape's bounding box with invisible points on demand. If you don't
believe your eyes, or you feel that the transformation result is impossible to
achieve in OpenOffice.org, decompose the imported image into atomic shapes and
use the point edit mode to see whats has happened (until the documentation for
gradients has been completed).

Enjoy and Happy New Year 2006!


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-11-24 Thread haui
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Wed Nov 23 13:22:38 -0800 
2005 ---
Till now, the SVG import filter has been downloaded more than 3000 times. Its
home has slightly moved with the new wiki installation to:

   http://wiki.services.openoffice.org/wiki/SVG_Import_Filter

kami: I know, I promised a version with further improved gradient handling. But
I had not much time these days and ran into some mathematical difficulties with
geometrical constructions on/with/of ellipses. These are solved now but there is
still some code to write and test. Christmas 2005 seems to be a good date :-)


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-11-23 Thread kami_
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Mon Nov 21 17:42:32 -0800 
2005 ---
When the new version will be available?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-09-02 Thread haui
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Thu Sep  1 23:56:08 -0700 
2005 ---
Added Issue 41438 to the list of dependencies. This issue request support for
the elliptical arc command in path data attributes. Those commands are specified
in SVG and OpenDocument. Unfortunately, OOo silently ignores those commands,
which requires special means in several import filters to work around this
deficiency.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-09-02 Thread haui
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Fri Sep  2 00:10:02 -0700 
2005 ---
Change dependency from Issue 41438 to Issue 41343 since the former seems to be a
duplicate of the latter. Sorry for that.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-08-29 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497



This issue depends on issue 42959, which changed state:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-08-29 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497



This issue depends on issue 42959, which changed state:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-08-29 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497



This issue depends on issue 42959, which changed state:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-08-25 Thread haui
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Thu Aug 25 11:39:12 -0700 
2005 ---
While OOo 2.0 beta 2 is still waiting for its announcement, there is a new and
dramatically enhanced version of SVG import:

Version r2009 that has been uploaded shortly now provides workarounds for the
most problematic differences between SVG and OpenDocument (only support for
gradients is still poor). With the new version installed, your OpenOffice
converts into an almost usable SVG viewer. For details, see the documentation in
the section OpenDocument and/or download now:

http://wiki.services.openoffice.org/twiki/bin/view/Main/SVGImportFilter


Best regards
Bernhard


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-08-18 Thread haui
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Thu Aug 18 14:50:10 -0700 
2005 ---
The filter and accompanying tools make some (more or less advanced) use of
generic types and enhanced for loops. This is not a strong reason, but I think
its a job for a compiler, not for a human to do the transformation back to 1.0
and from there to ByteCode :-). This is a fun project of mine and writing type
casts is not fun. 

I would suggest to move further discussion and expressions of anger and delight
to the newly created Wiki space for the filter located at:

http://wiki.services.openoffice.org/twiki/bin/view/Main/SVGImportFilter

There, you can also find a guide of how to obtain the filter sources and how to
build it yourself. Just let me say the following: At the current early stage, I
think it would be no good idea to do the fork. Who wants to be at the bleeding
edge of SVG import can risk to use bleeding edge Java technology. But of cause,
you are cordially invited to participate in improving the results of the import.

http://wiki.services.openoffice.org/twiki/bin/view/Main/SVGFilterSourceCode


Best regards,   Bernhard.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-08-17 Thread splante
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Wed Aug 17 14:13:55 -0700 
2005 ---
Bernhard, thanks for the patch. Is there a strong reason why it requires Java
5.0? I see batik only requires 1.3. Perhaps I could get it to run using 1.3 so
it can be included in an upcoming general OOo release. Would you consider
putting a source zip file on your site?

Scott

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-08-16 Thread haui
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Tue Aug 16 01:31:39 -0700 
2005 ---
cloph: Thanks for the keyword UNO package. 

The only reason, why there was no single installation package, is that this
filter was my first contact with UNO programming. IMHO, there is a lot of
documentation, but it's wide spread and not quick-start-friendly... now there is
an update.

And, just to repeat the URL:

   http://haumacher.de/svg-import/

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-08-16 Thread sardisson
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Tue Aug 16 01:33:41 -0700 
2005 ---
http://haumacher.de/svg-import/

 I'm curious to hear your comments.

While this will no doubt be a great solution for users on the official
(Sun-produced-builds) OOo platforms, it will certainly be problematic for the
two ports with the largest number of OOo users (according to OOo survey stats)
because of the 1.5 JRE requirement.  LinuxPPC seems to have some with 1.3.1 and
some with 1.4.2, and on Mac OS X, 1.5 is only available to users of Mac OS X
10.4.x (while there are still significant numbers of Mac OS X users still on
10.2.x, not to mention 10.3.x).

I applaud your efforts in coming up with a third-party solution to this vexing
issue, but I wanted to point out that it is a solution that will not help
everyone :-(

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-08-16 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Tue Aug 16 01:58:00 -0700 
2005 ---
ericb -haui

great work ! And since I have found jre1.5 for amd64 this is even better :-)

Thank you !


ericb - sardisson

I can't believe, even one minute, you can care about Linux PPC users... 
IMHO you just are here complaining because NeoOffice cannot use this
functionnality...


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-08-16 Thread ovvldc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Tue Aug 16 05:02:12 -0700 
2005 ---
Ericb, please don't make pointless conjectures about other people's frame of
mind. Such a thing speaks less well of the speaker than the one adressed.

Personally, I'm anxious to have this feature implemented. From what I read, it
looks good. As for platform targetting, I would suggest Panther and Tiger are
supported for OSX. I don't use PPC linux, but I would suggest going with an
implementation that is supported by at least 50% of users out there.

Best wishes,
 Oscar

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-08-16 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Tue Aug 16 05:37:04 -0700 
2005 ---
would you please keep your discussion about importance of specific ports /
platforms outside IssueZilla? This has nothing to to with the current
implementation.

The only thing, this considerations are relevant for, is the fact, that you
might ask haui for help, if you are going to work on an implementation, that
would have no Java5 dependencies. (As it is open source, everyone is free to
work on a better implementation)

for the moment ... current implementation is helpfull, may be offered as
additional module, but it is not likely to be integrated in master, due to the
Java5 dependencies. (Those deps. are not in line with OOo's java guidelines)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-08-15 Thread haui
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 08:19:09 -0700 
2005 ---
Announcement: SVG Import Filter for OpenOffice 2.0

Finally, I managed to build a distribution for my SVG import filter. It's a Java
UNO component using services from the Apache batik SVG engine. The component 
can be plugged into OpenOffice using the package manager. Since it is a little
to large to attach it to this issue, I set up a page from where you can grab the
release:

   http://haumacher.de/svg-import/

I'm curious to hear your comments.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-08-15 Thread larsnooden
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 08:27:20 -0700 
2005 ---
I'd love to test it, but I'm on OS X these days (will probably return to Linux 
this winter) and only have OOo 
1.1.2  If there is someplace I can down load OOo 1.9 for OS X, then I'll be 
glad to try out your filter.  I think 
it will be a very useful thing when it is done.

The filter needs OOo Version 1.9.m122 or above. The filter will not work with 
OpenOffice versions 1.1.X or 
below, which is what all us OS X users have for the time being...


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-08-15 Thread falcaraz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 15:44:35 -0700 
2005 ---
Explendid!; I have used it with several svg files and it is runing fine :-) 
 
Thanks so much for your work 
 
Francisco Alcaraz 
Murcia (Spain) 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-08-15 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 16:19:19 -0700 
2005 ---
larsnooden: If you don't mind a german version: http://web5.pagelist.de/ (m123)

haui: IZ could handle it, the limit is not 1MB as the page reads.. But since one
cannot tag attachments as obsolete and/or replace them, I'd suggest not
attaching it to the issue.

Is there any reason why the files are two seperate files and not one single
uno-package bundle?

Apart from that - Great work!

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-08-12 Thread haui
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Fri Aug 12 02:51:45 -0700 
2005 ---
Added Issue 36713 to the list of dependencies. This issue describes a defect in
the interpretation of the svg:viewbox attribute specified in OpenDocument
format. Without this issue being resolved, an external normalization of path and
poygon data is necessary during SVG import.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-08-10 Thread tm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Tue Aug  9 23:53:48 -0700 
2005 ---
*** Issue 52843 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-08-07 Thread bht
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Sun Aug  7 20:13:53 -0700 
2005 ---
If I could import SVG into an empty drawing, scale it and print it with high
quality (as expected from vector graphics) then this would be ABSOLUTELY
FANTASTIC!

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-07-28 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Thu Jul 28 02:40:52 -0700 
2005 ---
*** Issue 52571 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-07-25 Thread haui
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497


User haui changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=28207) Updated version
  |  |of SVG import filter.





--- Additional comments from [EMAIL PROTECTED] Mon Jul 25 06:19:19 -0700 
2005 ---
Created an attachment (id=28207)
Updated version of SVG import filter.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-07-25 Thread haui
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Mon Jul 25 07:05:17 -0700 
2005 ---
I just added an updated version of the SVG import filter. This version is still
not ready for productive use. The changes to the transformation were made during
my research of the issue and during learning about both the SVG and OpenDocument
specification. Finally, I feel that the transformation cannot reasonably be done
in (plain) XSLT, since the transformation is absolutely non-trivial and requires
complex computations and data structures. I provide the attached version as
minimally improved starting point for potential additional contributors to the
issue (who want to prove the opposite). 

Since the results of any transformation must be far from optimal (due to
non-compatible features of both formats), I still think that Issue 49991
(displaying SVG without editing) should be resolved first. In a second step, a
command could be offered that allows to break a SVG graphic into OOdraw
primitives for editing. This is an equivalent approach to embedded OOcalc
diagrams in OOdraw. With this combination, the user can get perfect display of
SVG with an option to import/edit the graphic. If he requests to break the
graphic, he cannot complain about the result being somewhat broken :-).

Since I'm still interested in the transformation issue, my current approach is
to use a visitor-based Java transformation on top of the Apache batik SVG DOM.
Using the first half of the batik SVG rendering engine, gives all SVG-related
computations such as full CSS styling, viewport and coordinate system
transformations for free. Additionally, the full flexibility of a real
programming language can be used. Unfortunately, this version is not yet ready
for a sneak preview.


The following improvements/changes are made to the 2004-11-06 version of
svg2draw from windly:

  - Fixed some default values for SVG properties (stroke, fill).
  - Fixed parsing of CSS style attributes (the first property that has the
searched property name as prefix was found).
  - Added approximation for the SVG properties opacity and fill-opacity
(values are multiplied, if both properties are given).
  - Refactored handling of the transform attribute (The transform attribute
handling is not yet complete. Neither are nested transformations
supported, nor are all types of transformation matrixes understood.)
  - Replaced improper use of XPath name() function with self:: axis tests.
  - Added some documentation. 
  - Cosmetic changes: Use XSL as default namespace of the
transformation. Do no longer rely on tab-with settings.


Just to say it a the end: Issue 49991 should be resolved first! :-)


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-07-23 Thread kami_
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Sat Jul 23 06:31:10 -0700 
2005 ---
hritcu - Can you do something for this feature? I wuould be very glad :o))

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-07-23 Thread kami_
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Sat Jul 23 06:31:29 -0700 
2005 ---
hritcu - Can you do something for this feature? I would be very glad :o))

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-06-26 Thread hritcu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Sun Jun 26 02:23:18 -0700 
2005 ---
Hello,

This looks like a very useful improvement for OpenOffice. Let me know if you
need a hand with the XSLT, and how can I can contribute. I have already been
involved in a huge XSLT project (http://uml2svg.sourceforge.net/) and I would
like to help.

However, I ran into some problem trying to use your transformation from within
OpenOffice. I recognize this I a new OpenOffice addict so maybe it is just my
fault. In OpenOffice 1.9.104 I am adding this as an extension (OpenOffice.org
1.9.104/share/xslt/import/svg/svg2draw.xsl) and then create the import filter by
just pointing to this file. However, when I try to open a SVG file and select
the filter nothing happens - I just get a new clean surface. Am I doing
something wrong?

PS: If i'm using a plain XLST processor and I transform my file into a
content.xml then copy that over the one in an empty .odf file the drawing gets
pretty messed up. The text is all in the upper left corner. I thing it has
someting to do with groups (we use a lot of them). I will attach the svg file so
you can have a look.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-06-26 Thread hritcu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497


User hritcu changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=27492) Possible
  |  |problems with text
  |  |rendering





--- Additional comments from [EMAIL PROTECTED] Sun Jun 26 02:27:58 -0700 
2005 ---
Created an attachment (id=27492)
Possible problems with text rendering


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-06-22 Thread pioterus
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Wed Jun 22 15:11:59 -0700 
2005 ---
I really need this feature. Don't mind how the opened/imported into eg. text
document drawing is saved, I just want to be albe to import SVG graphics. As for
me it could be then even converted into OOo Draw format.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 2497] allow import of SVG (Scala ble Vector Graphics)

2005-06-20 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497





--- Additional comments from [EMAIL PROTECTED] Mon Jun 20 10:07:31 -0700 
2005 ---
*** Issue 50991 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]