ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* SVG not rendering correctly with LMTX and conversion=mp
@ 2021-10-18 15:15 Jason Ross via ntg-context
  2021-10-18 15:38 ` Luis Montgomery via ntg-context
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Jason Ross via ntg-context @ 2021-10-18 15:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Jason Ross

[-- Attachment #1: Type: text/plain, Size: 239 bytes --]

The following MWE fails to render the text in the attached SVG properly:


\starttext
\externalfigure[test.svg][conversion=mp]
\stoptext


The axis labels, tick labels, and title are all incorrect. This file was
generated with Matplotlib.

[-- Attachment #2: test.svg --]
[-- Type: image/svg+xml, Size: 24353 bytes --]

[-- Attachment #3: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: SVG not rendering correctly with LMTX and conversion=mp
  2021-10-18 15:15 SVG not rendering correctly with LMTX and conversion=mp Jason Ross via ntg-context
@ 2021-10-18 15:38 ` Luis Montgomery via ntg-context
  2021-10-18 15:49   ` Jason Ross via ntg-context
  2021-10-18 16:06 ` mf via ntg-context
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 11+ messages in thread
From: Luis Montgomery via ntg-context @ 2021-10-18 15:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Luis Montgomery


[-- Attachment #1.1: Type: text/plain, Size: 1017 bytes --]

Check that your Inkscape is working properly.

That proble NOT appear  on my machine...

Best,

L. Montgomery

El lun., 18 de octubre de 2021 10:15, Jason Ross via ntg-context <
ntg-context@ntg.nl> escribió:

> The following MWE fails to render the text in the attached SVG properly:
>
>
> \starttext
> \externalfigure[test.svg][conversion=mp]
> \stoptext
>
>
> The axis labels, tick labels, and title are all incorrect. This file was
> generated with Matplotlib.
>
> ___________________________________________________________________________________
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 1973 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: SVG not rendering correctly with LMTX and conversion=mp
  2021-10-18 15:38 ` Luis Montgomery via ntg-context
@ 2021-10-18 15:49   ` Jason Ross via ntg-context
  2021-10-18 16:16     ` Luis Montgomery via ntg-context
  0 siblings, 1 reply; 11+ messages in thread
From: Jason Ross via ntg-context @ 2021-10-18 15:49 UTC (permalink / raw)
  To: Luis Montgomery, mailing list for ConTeXt users; +Cc: Jason Ross



On 10/18/21 8:38 AM, Luis Montgomery wrote:
 > Check that your Inkscape is working properly.
 >
 > That proble NOT appear  on my machine...
 >
 > Best,
 >
 > L. Montgomery

(Sorry Luis, I forgot to cc mailing list)
Per https://wiki.contextgarden.net/Command/externalfigure,
in LMTX the conversion is done natively when "conversion=mp" is set.
Inkscape is not used for the conversion.
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: SVG not rendering correctly with LMTX and conversion=mp
  2021-10-18 15:15 SVG not rendering correctly with LMTX and conversion=mp Jason Ross via ntg-context
  2021-10-18 15:38 ` Luis Montgomery via ntg-context
@ 2021-10-18 16:06 ` mf via ntg-context
  2021-10-18 16:30   ` Hans Hagen via ntg-context
  2021-10-18 16:40   ` Hans Hagen via ntg-context
  2021-10-18 20:38 ` Hans Hagen via ntg-context
  2021-10-18 20:58 ` Luis Montgomery via ntg-context
  3 siblings, 2 replies; 11+ messages in thread
From: mf via ntg-context @ 2021-10-18 16:06 UTC (permalink / raw)
  To: ntg-context; +Cc: mf

[-- Attachment #1: Type: text/plain, Size: 1010 bytes --]

Il 18/10/21 17:15, Jason Ross via ntg-context ha scritto:
> The following MWE fails to render the text in the attached SVG properly:
> 
> 
> \starttext
> \externalfigure[test.svg][conversion=mp]
> \stoptext
> 
> 
> The axis labels, tick labels, and title are all incorrect. This file was
> generated with Matplotlib.
> 

If you open test.svg with Inkscape, ungroup and then save, you get a SVG 
that is typeset right with LMTX.

Looking at the differences between the two SVGs, I can see that Inkscape 
changes all the transform="translate(...)scale(...)" attributes into 
transform="matrix(...)".

Now focus on the "y = sin(x)" text.
In the attachment I modified the transform attributes of that text, from 
"translate(...)scale(...)" to "matrix(...)", taking the values from the 
version obtained from Inkscape.

Use that SVG with your MWE and you'll see "y = sin(x)" appearing in the 
right place in the PDF.

I would say the "translate(...)scale(...)" specification is not 
supported in LMTX (yet).

Massi

[-- Attachment #2: test.svg --]
[-- Type: image/svg+xml, Size: 23920 bytes --]

[-- Attachment #3: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: SVG not rendering correctly with LMTX and conversion=mp
  2021-10-18 15:49   ` Jason Ross via ntg-context
@ 2021-10-18 16:16     ` Luis Montgomery via ntg-context
  0 siblings, 0 replies; 11+ messages in thread
From: Luis Montgomery via ntg-context @ 2021-10-18 16:16 UTC (permalink / raw)
  To: Jason Ross; +Cc: Luis Montgomery, mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 716 bytes --]

In my tests, this conversion works internally with linux.

On windows it fails and stops at

l.63 \ registerctxluafile {data-bin} {}
                                  % before data-tex
?


El lun, 18 oct 2021 a las 10:49, Jason Ross (<jasonross1024@gmail.com>)
escribió:

>
>
> On 10/18/21 8:38 AM, Luis Montgomery wrote:
>  > Check that your Inkscape is working properly.
>  >
>  > That proble NOT appear  on my machine...
>  >
>  > Best,
>  >
>  > L. Montgomery
>
> (Sorry Luis, I forgot to cc mailing list)
> Per https://wiki.contextgarden.net/Command/externalfigure,
> in LMTX the conversion is done natively when "conversion=mp" is set.
> Inkscape is not used for the conversion.
>

[-- Attachment #1.2: Type: text/html, Size: 2319 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: SVG not rendering correctly with LMTX and conversion=mp
  2021-10-18 16:06 ` mf via ntg-context
@ 2021-10-18 16:30   ` Hans Hagen via ntg-context
  2021-10-18 16:33     ` mf via ntg-context
  2021-10-18 21:20     ` mf via ntg-context
  2021-10-18 16:40   ` Hans Hagen via ntg-context
  1 sibling, 2 replies; 11+ messages in thread
From: Hans Hagen via ntg-context @ 2021-10-18 16:30 UTC (permalink / raw)
  To: mf via ntg-context; +Cc: Hans Hagen

On 10/18/2021 6:06 PM, mf via ntg-context wrote:
> Il 18/10/21 17:15, Jason Ross via ntg-context ha scritto:
>> The following MWE fails to render the text in the attached SVG properly:
>>
>>
>> \starttext
>> \externalfigure[test.svg][conversion=mp]
>> \stoptext
>>
>>
>> The axis labels, tick labels, and title are all incorrect. This file was
>> generated with Matplotlib.
>>
> 
> If you open test.svg with Inkscape, ungroup and then save, you get a SVG 
> that is typeset right with LMTX.
> 
> Looking at the differences between the two SVGs, I can see that Inkscape 
> changes all the transform="translate(...)scale(...)" attributes into 
> transform="matrix(...)".
> 
> Now focus on the "y = sin(x)" text.
> In the attachment I modified the transform attributes of that text, from 
> "translate(...)scale(...)" to "matrix(...)", taking the values from the 
> version obtained from Inkscape.
> 
> Use that SVG with your MWE and you'll see "y = sin(x)" appearing in the 
> right place in the PDF.
> 
> I would say the "translate(...)scale(...)" specification is not 
> supported in LMTX (yet).
it is supported; i'll send you a snippet to test (as it was not really a 
minimal example)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: SVG not rendering correctly with LMTX and conversion=mp
  2021-10-18 16:30   ` Hans Hagen via ntg-context
@ 2021-10-18 16:33     ` mf via ntg-context
  2021-10-18 21:20     ` mf via ntg-context
  1 sibling, 0 replies; 11+ messages in thread
From: mf via ntg-context @ 2021-10-18 16:33 UTC (permalink / raw)
  To: Hans Hagen via ntg-context; +Cc: mf

[-- Attachment #1: Type: text/plain, Size: 2269 bytes --]

Here it's wrong. See attachment.

Massimiliano

Il 18/10/21 18:30, Hans Hagen via ntg-context ha scritto:
> On 10/18/2021 6:06 PM, mf via ntg-context wrote:
>> Il 18/10/21 17:15, Jason Ross via ntg-context ha scritto:
>>> The following MWE fails to render the text in the attached SVG properly:
>>>
>>>
>>> \starttext
>>> \externalfigure[test.svg][conversion=mp]
>>> \stoptext
>>>
>>>
>>> The axis labels, tick labels, and title are all incorrect. This file was
>>> generated with Matplotlib.
>>>
>>
>> If you open test.svg with Inkscape, ungroup and then save, you get a 
>> SVG that is typeset right with LMTX.
>>
>> Looking at the differences between the two SVGs, I can see that 
>> Inkscape changes all the transform="translate(...)scale(...)" 
>> attributes into transform="matrix(...)".
>>
>> Now focus on the "y = sin(x)" text.
>> In the attachment I modified the transform attributes of that text, 
>> from "translate(...)scale(...)" to "matrix(...)", taking the values 
>> from the version obtained from Inkscape.
>>
>> Use that SVG with your MWE and you'll see "y = sin(x)" appearing in 
>> the right place in the PDF.
>>
>> I would say the "translate(...)scale(...)" specification is not 
>> supported in LMTX (yet).
> it is supported; i'll send you a snippet to test (as it was not really a 
> minimal example)
> 
> Hans
> 
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>         tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________ 
> 

[-- Attachment #2: ytest.pdf --]
[-- Type: application/pdf, Size: 4352 bytes --]

[-- Attachment #3: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: SVG not rendering correctly with LMTX and conversion=mp
  2021-10-18 16:06 ` mf via ntg-context
  2021-10-18 16:30   ` Hans Hagen via ntg-context
@ 2021-10-18 16:40   ` Hans Hagen via ntg-context
  1 sibling, 0 replies; 11+ messages in thread
From: Hans Hagen via ntg-context @ 2021-10-18 16:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

On 10/18/2021 6:06 PM, mf via ntg-context wrote:
> Il 18/10/21 17:15, Jason Ross via ntg-context ha scritto:
>> The following MWE fails to render the text in the attached SVG properly:
>>
>>
>> \starttext
>> \externalfigure[test.svg][conversion=mp]
>> \stoptext
>>
>>
>> The axis labels, tick labels, and title are all incorrect. This file was
>> generated with Matplotlib.
>>
> 
> If you open test.svg with Inkscape, ungroup and then save, you get a SVG 
> that is typeset right with LMTX.
> 
> Looking at the differences between the two SVGs, I can see that Inkscape 
> changes all the transform="translate(...)scale(...)" attributes into 
> transform="matrix(...)".
> 
> Now focus on the "y = sin(x)" text.
> In the attachment I modified the transform attributes of that text, from 
> "translate(...)scale(...)" to "matrix(...)", taking the values from the 
> version obtained from Inkscape.
> 
> Use that SVG with your MWE and you'll see "y = sin(x)" appearing in the 
> right place in the PDF.
> 
> I would say the "translate(...)scale(...)" specification is not 
> supported in LMTX (yet).
does the spec say anywhere what teh order is?

     <!-- g transform="translate (14.118498 132.66443) rotate (-90) 
scale (0.1 -0.1)" -->

this looks better but

     <g transform="scale (0.1 -0.1) rotate (-90) translate (14.118498 
132.66443) ">

how about 10 scales and 15 rotations and 3 transforms in any order?

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: SVG not rendering correctly with LMTX and conversion=mp
  2021-10-18 15:15 SVG not rendering correctly with LMTX and conversion=mp Jason Ross via ntg-context
  2021-10-18 15:38 ` Luis Montgomery via ntg-context
  2021-10-18 16:06 ` mf via ntg-context
@ 2021-10-18 20:38 ` Hans Hagen via ntg-context
  2021-10-18 20:58 ` Luis Montgomery via ntg-context
  3 siblings, 0 replies; 11+ messages in thread
From: Hans Hagen via ntg-context @ 2021-10-18 20:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

On 10/18/2021 5:15 PM, Jason Ross via ntg-context wrote:
> The following MWE fails to render the text in the attached SVG properly:
> 
> 
> \starttext
> \externalfigure[test.svg][conversion=mp]
> \stoptext
> 
> 
> The axis labels, tick labels, and title are all incorrect. This file was
> generated with Matplotlib.
we actually can avoid that by using label remapping (i fixed a scanning 
buglet in the first example:)

\startTEXpage
     \startMPcode
             lmt_remaptext [ label = "here 1", where = "l", text = "\bfa 
let's try this one out" ] ;
             lmt_remaptext [ label = "here 2", where = "r", text = 
"let's try this one out too" ] ;
             lmt_remaptext [ label = "here 3", where = "l", text = "$e = 
mc^2$" ] ;
             lmt_remaptext [ label = "here 5", where = "m", text = "this 
a bit longer label" ] ;
             lmt_remaptext [ label = "here 4", where = "m", text = "!", 
dx = -1pt, dy = -30pt ] ;
             draw lmt_svg [
                 filename  = "labels-003.svg",
             ] ;
     \stopMPcode
\stopTEXpage

one can also have the labels externally

\startluacode
     table.save ( "labels-001.lua", {
         { label = "here 1", where = "l", text = "let's try this one out" },
         { label = "here 2", where = "r", text = "let's try this one out 
too" },
         { label = "here 3", where = "l", text = "$e = mc^2$" },
         { label = "here 5", where = "m", text = "this a bit longer 
label" },
         { label = "here 4", where = "m", text = "!" },
     } )
\stopluacode

\startMPpage
     draw lmt_svg [
         filename  = "labels-003.svg",
         labelfile = "labels-001.lua",
     ] ;
\stopMPpage

the idea is then that in an svg editor one uses symbolic names and when 
including those get property typeset

(should work in in next upload; is independent of reported issue)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: SVG not rendering correctly with LMTX and conversion=mp
  2021-10-18 15:15 SVG not rendering correctly with LMTX and conversion=mp Jason Ross via ntg-context
                   ` (2 preceding siblings ...)
  2021-10-18 20:38 ` Hans Hagen via ntg-context
@ 2021-10-18 20:58 ` Luis Montgomery via ntg-context
  3 siblings, 0 replies; 11+ messages in thread
From: Luis Montgomery via ntg-context @ 2021-10-18 20:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Luis Montgomery


[-- Attachment #1.1: Type: text/plain, Size: 935 bytes --]

Fixing your svg. View attachments.


El lun, 18 oct 2021 a las 10:15, Jason Ross via ntg-context (<
ntg-context@ntg.nl>) escribió:

> The following MWE fails to render the text in the attached SVG properly:
>
>
> \starttext
> \externalfigure[test.svg][conversion=mp]
> \stoptext
>
>
> The axis labels, tick labels, and title are all incorrect. This file was
> generated with Matplotlib.
>
> ___________________________________________________________________________________
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 2086 bytes --]

[-- Attachment #2: svg10.pdf --]
[-- Type: application/pdf, Size: 24510 bytes --]

[-- Attachment #3: test.svg --]
[-- Type: image/svg+xml, Size: 39599 bytes --]

[-- Attachment #4: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: SVG not rendering correctly with LMTX and conversion=mp
  2021-10-18 16:30   ` Hans Hagen via ntg-context
  2021-10-18 16:33     ` mf via ntg-context
@ 2021-10-18 21:20     ` mf via ntg-context
  1 sibling, 0 replies; 11+ messages in thread
From: mf via ntg-context @ 2021-10-18 21:20 UTC (permalink / raw)
  To: ntg-context; +Cc: mf

[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]

Il 18/10/21 18:30, Hans Hagen via ntg-context ha scritto:
> On 10/18/2021 6:06 PM, mf via ntg-context wrote:
>> Il 18/10/21 17:15, Jason Ross via ntg-context ha scritto:
>>> The following MWE fails to render the text in the attached SVG properly:
>>>
>>>
>>> \starttext
>>> \externalfigure[test.svg][conversion=mp]
>>> \stoptext
>>>
>>>
>>> The axis labels, tick labels, and title are all incorrect. This file was
>>> generated with Matplotlib.
>>>
>>
>> If you open test.svg with Inkscape, ungroup and then save, you get a 
>> SVG that is typeset right with LMTX.
>>
>> Looking at the differences between the two SVGs, I can see that 
>> Inkscape changes all the transform="translate(...)scale(...)" 
>> attributes into transform="matrix(...)".
>>
>> Now focus on the "y = sin(x)" text.
>> In the attachment I modified the transform attributes of that text, 
>> from "translate(...)scale(...)" to "matrix(...)", taking the values 
>> from the version obtained from Inkscape.
>>
>> Use that SVG with your MWE and you'll see "y = sin(x)" appearing in 
>> the right place in the PDF.
>>
>> I would say the "translate(...)scale(...)" specification is not 
>> supported in LMTX (yet).
> it is supported; i'll send you a snippet to test (as it was not really a 
> minimal example)
> 

Coming soon... (see attachment)

The problem was the order in which transformations are applied when 
multiple transformations are specified in the transform attribute, like 
in "translate(...)scale(...)...".

testsvg.tex and test.svg are the MWE and the SVG file provided by Jason 
Ross in the first post of this thread.

Massi

[-- Attachment #2: testsvg.pdf --]
[-- Type: application/pdf, Size: 24501 bytes --]

[-- Attachment #3: testsvg.tex --]
[-- Type: text/x-tex, Size: 63 bytes --]

\starttext
\externalfigure[test.svg][conversion=mp]
\stoptext 

[-- Attachment #4: test.svg --]
[-- Type: image/svg+xml, Size: 24353 bytes --]

[-- Attachment #5: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2021-10-18 21:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 15:15 SVG not rendering correctly with LMTX and conversion=mp Jason Ross via ntg-context
2021-10-18 15:38 ` Luis Montgomery via ntg-context
2021-10-18 15:49   ` Jason Ross via ntg-context
2021-10-18 16:16     ` Luis Montgomery via ntg-context
2021-10-18 16:06 ` mf via ntg-context
2021-10-18 16:30   ` Hans Hagen via ntg-context
2021-10-18 16:33     ` mf via ntg-context
2021-10-18 21:20     ` mf via ntg-context
2021-10-18 16:40   ` Hans Hagen via ntg-context
2021-10-18 20:38 ` Hans Hagen via ntg-context
2021-10-18 20:58 ` Luis Montgomery via ntg-context

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).