ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [Metapost] Using mkIV and metapost to produce SVG
@ 2014-05-06 11:31 ralf.waldvogel
  0 siblings, 0 replies; 3+ messages in thread
From: ralf.waldvogel @ 2014-05-06 11:31 UTC (permalink / raw)
  To: ntg-context

Dear all,

as I have seen on the mailing list digest, my original (HTML) mail has been scrambled. Sorry for that. Here the repost:


I would like to produce an svg file from a Metapost input file using some of ConTeXt's typesetting features (esp. using System OTF Fonts) using something like:

\startbuffer[buffer:dummy]
    \start
        \startcolor[white]
        \framed[align=middle,width=28mm,frame=off]
        {
	        \SansBodyBold % Font definition done earlier
		Test to \par
		rendered \par
        }
        \stopcolor
    \stop
\stopbuffer

% ....


\startuniqueMPgraphic{mp:margin}    
    picture text;
    text := btex \getbuffer[buffer:dummy] etex;
    draw text shifted(-11.8mm,-4.8mm );

   % Some more fancy drawing her
\stopuniqueMPgraphic

Can I render that with MetaPost to SVG?
Is it possible to render text as paths not as referenced glyphs in MetaPost/ConTexT?


Unfortunately I have to stick to SVG as the resulting output format.
Converting from PDF to SVG is not an option at the moment due a) performance considerations and b) trouble with generated font names in the resulting ConTeXt PDF file (inkscape as well as pdf2svg produce real strange results). 
 

Please let me know, if you need furhter information.
Thank you very much in advance.
Kind regards,

Ralf


http://www.pta.de
Mit ca. 2.460 Erfahrungsberichten aus 45 Jahren erfolgreicher Projektarbeit!

PTA Programmier-Technische Arbeiten GmbH
Seckenheimer Str. 65-67, 68165 Mannheim
Amtsgericht Mannheim, HRB 1139
USt-IdNr.: DE 143 839 368
Geschaeftsfuehrer:
Dipl.-Ing. Peter Fischer
Dr. Harald W. Busch
Dipl.-Kfm. Knut Fischer
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Metapost] Using mkIV and metapost to produce SVG
  2014-05-05 11:54 ralf.waldvogel
@ 2014-05-06 11:15 ` Hans Hagen
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2014-05-06 11:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 5/5/2014 1:54 PM, ralf.waldvogel@pta.de wrote:
> Dear all,
>
> I would like to produce an svg file from a Metapost input file using
> some of ConTeXt's typesetting features (esp. using System OTF Fonts)
> using something like:
>
> \startbuffer[buffer:dummy]
>      \start
>          \startcolor[white]
>          \framed[align=middle,width=28mm,frame=off]
>          {
>          \SansBodyBold % Font definition done earlier
> Test to \par
> rendered \par
>          }
>          \stopcolor
>      \stop
> \stopbuffer
>
> % ....
>
>
> \startuniqueMPgraphic{mp:margin}
>      picture text;
>      text := btex \getbuffer[buffer:dummy] etex;
>      draw text shifted(-11.8mm,-4.8mm );
>
>     % Some more fancy drawing her
> \stopuniqueMPgraphic
>
> Can I render that with MetaPost to SVG?

no

> Is it possible to render text as paths not as referenced glyphs in
> MetaPost/ConTexT?

no, unless you use the graphic text features

>
> Unfortunately I have to stick to SVG as the resulting output format.
> Converting from PDF to SVG is not an option at the moment due a)
> performance considerations and b) trouble with generated font names in
> the resulting ConTeXt PDF file (inkscape as well as pdf2svg produce real
> strange results).

performance should not really be an issue as one can cache

what strange results?

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Metapost] Using mkIV and metapost to produce SVG
@ 2014-05-05 11:54 ralf.waldvogel
  2014-05-06 11:15 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: ralf.waldvogel @ 2014-05-05 11:54 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/html, Size: 4051 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-06 11:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-06 11:31 [Metapost] Using mkIV and metapost to produce SVG ralf.waldvogel
  -- strict thread matches above, loose matches on Subject: below --
2014-05-05 11:54 ralf.waldvogel
2014-05-06 11:15 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).