Re: First SVG graphic

Поиск
Список
Период
Сортировка
От Jürgen Purtz
Тема Re: First SVG graphic
Дата
Msg-id 4d48c7b8-750d-c6b4-fdfe-0e3c0d00760d@purtz.de
обсуждение исходный текст
Ответ на Re: First SVG graphic  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: First SVG graphic  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-docs
Please forget the term "plain SVG". What we are speaking about is:

(1) "Inkscape-original" format

(2) "Optimized SVG" format

(3) No. (2) plus"Manually modifications".

Obviously this is too complicate to handle. Therefore we shall also 
forget no. (3).

I made a small modification to the generation process of (2) by throwing 
the comments away (it's actually not documented in the wiki): "Save As" 
/ "Optimized SVG Output" / "SVG Output" tab / "Remove comments" 
checkbox. The result is an easy readable file, without comments, without 
empty lines, diff-ing is easy. The only drawback is the strange <g 
stroke="black"> element, which may confuse at the first glance. But I 
can live with that. In a simple graphic it's obvious, what happens. In a 
complex graphic the likelihood of such a situation is low. Regarding 
comments, I believe tool-users will seldom use them. We can do without 
comments in the svg files of the repository.

So find two files in the attachment: format (1): gin_Inkscape.svg and 
format (2): gin.svg.

Kind regards, Jürgen Purtz



Вложения

В списке pgsql-docs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: First SVG graphic
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: First SVG graphic