Why these multi-color fonts are upside down in Photoshop CC 2017?

Shahab SiavashShahab Siavash Posts: 141
edited November 2016 in Font Technology
Hi,

I got so excited when I heard about the new Adobe Photoshop CC 2017 version which supports SVG multi-color fonts.

But when I try to check this new feature, some of the fonts get upside down! These fonts, (some of them are my own designs and some others) they work everywhere: Mozilla FireFox, FontLab Pad, FontCreator, Mac TextEdit,... I have sent them to other people, and they work correctly.

But here this is what happens in PS CC 17: 



Black and white fonts are fine:




Multi-color version becomes something like this!



Also this is another one that I did for a font designer:



And this is the famous Bixa Color:



What seems to be the problem, here? 
«1

Comments

  • The SVG code contains some transformations to scale and position the drawings. Coordinates in SVG are upside down (y positive goes down) and people are used to the oppositit so the add a transformation to 'fix' that. But Photoshop seems to misinterpret this. 
  • Shahab SiavashShahab Siavash Posts: 141
    edited November 2016
    The SVG code contains some transformations to scale and position the drawings. Coordinates in SVG are upside down (y positive goes down) and people are used to the oppositit so the add a transformation to 'fix' that. But Photoshop seems to misinterpret this. 
    So, the fonts are ok? I used TransType to do mine.
    Interesting thing is, PS has some color fonts and they work just fine.
    Anything I can do to fix this? 
  • If they work in Firefox, they should be fine. 

    Compare the SVG code of the working fonts with the flipped (with TTX).
  • The fonts working OK in Firefox may not be sufficient. As @Roel Nieskens informed me, Firefox is forgiving about the transformation on the SVG element itself, but it’s not conforming to the spec. See https://github.com/fontfont/RoboChrome/issues/9
  • Shahab SiavashShahab Siavash Posts: 141
    edited November 2016
    The fonts working OK in Firefox may not be sufficient. As @Roel Nieskens informed me, Firefox is forgiving about the transformation on the SVG element itself, but it’s not conforming to the spec. See https://github.com/fontfont/RoboChrome/issues/9
    Thanks.

    Can anybody confirm this issue in PS CC 2017? I think I am the only one :neutral:
  • Grzegorz Luk (gluk)Grzegorz Luk (gluk) Posts: 157
    edited November 2016
    Shahab Siavash

    Can anybody conform this issue in PS CC 2017? 
    Most probably PS 2017 just ignores "transform=.." in SVG. If you need confirmation, You can test my BroshK-fruits fonts. I made it without "transform=.." and font should work fine in PS CC 2017.

  • gluk said:
    Shahab Siavash

    Can anybody conform this issue in PS CC 2017? 
    Most probably PS 2017 just ignores "transform=.." in SVG. If you need confirmation, You can test my BroshK-fruits fonts. I made it without "transform=.." and font should work fine in PS CC 2017.

    Thanks, I will do that :) and post the result here. Great!
  • I remember there were some discussions about the transform bug issue of Firefox and SVG glyph being inverted, etc a while ago. It was on the W3C svg opentype mailing list so the thread should be publicly search'able. HTH
  • Roel NieskensRoel Nieskens Posts: 187
    edited November 2016
    The problem is indeed with the transform attribute. Unfortunately a lot of tools fix the "flipped Y axis problem" like this, so you have to manually patch your font created with TransType, FontLab and perhaps others.

    A great way to do this and improve performance and file size is to run your glyphs through an SVG optimiser. They will calculate the coordinates that would result from the transform and hard-code them in the SVG. [1]

    Bixa Color and Bungee have been fixed like that. Bixa can now be downloaded as proper OTF: https://bixacolor.com. (@Shahab Siavash You must've converted the old WOFF to OTF to try it out in Photoshop, right?)

    [1] An older version of that script is here: https://github.com/djrrb/Bungee/blob/master/scripts/fixsvg.py It'll fix the upside-down problem and do some minor optimisations, feel free to use that and ping me if you have any questions
  • PS. For some early observations of OpenType SVG in Photoshop, I dumped some on Twitter: 

  • so you have to manually patch your font created with TransType, FontLab and perhaps others.
    Thanks @Roel Nieskens. I actually wanted to know that this is something that Adobe should be fixing in the future updates or TransType, FontCreator,...? Just curious :)

    Personally I think, it should be fixed by Adobe, because other apps are doing just fine.

    Bixa Color and Bungee have been fixed like that. Bixa can now be downloaded as proper OTF: https://bixacolor.com. (@Shahab Siavash You must've converted the old WOFF to OTF to try it out in Photoshop, right?)
     Yeah! Guilty! I have tested Bixa and Bungee and they are working great, now.

    [1] An older version of that script is here: https://github.com/djrrb/Bungee/blob/master/scripts/fixsvg.py It'll fix the upside-down problem and do some minor optimisations, feel free to use that and ping me if you have any questions
    Thanks again. But still, like the other time, if you remember, I can't run python. I'm just a graphic designer :D 



  • PS. For some early observations of OpenType SVG in Photoshop, I dumped some on Twitter: 

    Great! I hope that Vinod personally fixes the transform attribute :)
  • gluk said:
    Shahab Siavash

    Can anybody conform this issue in PS CC 2017? 
    Most probably PS 2017 just ignores "transform=.." in SVG. If you need confirmation, You can test my BroshK-fruits fonts. I made it without "transform=.." and font should work fine in PS CC 2017.

    Wonderful! Worked great! Thank you.
  • Just to be clear, Photoshop is working correctly — it dutifully ignores the invalid transform.

    This should definitely be fixed in the tools that produce these fonts.
  • Thomas PhinneyThomas Phinney Posts: 2,730
    edited November 2016
    Yes, this needs to be fixed in TransType. Because "transform=.." was valid in older SVG fonts, it was not immediately obvious that this was out of spec for SVG OpenType (which are based on a slightly newer version of SVG). FontLab has a bug filed on this issue and it will be addressed in the next release of TransType. I do not have an ETA on that right now.
  • Just to be clear, Photoshop is working correctly — it dutifully ignores the invalid transform.

    This should definitely be fixed in the tools that produce these fonts.

    Oh! I thought your tweets were about the bugs on PS CC 2017. And they are going to fix them. 

    So, now that the fonts work everywhere but PS, if we fix the transform, they still work on other apps and web, as well as the PS?
  • Yes, this needs to be fixed in TransType. Because "transform=.." was valid in older SVG fonts, it was not immediately obvious that this was out of spec for SVG OpenType (which are based on a slightly newer version of SVG). FontLab has a bug filed on this issue and it will be addressed in the next release of TransType. I do not have an ETA on that right now.
    Oh, I was going to report it on TransType forum, but it's great that they are doing the fix, this fast. 

    Thanks :)
  • Oh, that's interesting, because I came across a strange bug implementing SVG font support in SILE the other night. All the glyphs (in EmojiOne) were too big and far above the baseline.

    @Thomas Phinney (et al), would it be correct to say that layout applications should *ignore* transform directives in the font's SVG? That would fix my issue but I feel it's a bit of a dirty thing to do so would like confirmation before making it happen.
  • I believe there are multiple places to put a transform into effect... could do it outside the SVG and make it legit, I think.

    I am not sure I am eager to encourage developers to make fonts broken in more places, until said fonts have been updated.
  • Roel NieskensRoel Nieskens Posts: 187
    edited November 2016
    @Shahab Siavash I was referring to the upside-down bug as a result of the invalid transform. Most of the bugs mentioned in that Twitter thread have different causes and should probably be fixed by Adobe. I can help you patch your fonts, send me an email!

    @Simon Cozens That bug used to be in the build tool that Emoji One uses (scfbuild, see https://github.com/RoelN/LapisLegit/issues/19) and has been fixed. Maybe re-run your test with a new download of Emoji One?

    Regarding SVG transforms: they are valid and should be honored, if they're used in the SVG document — in other words, on elements inside it. But what TransType et al did was sticking that transform on the SVG document — in other words, on the <svg> tag itself. This is invalid for SVG1.1 (and the obscure and little-used SVG1.2 that somehow is the version TransType uses), but will be valid in SVG2 but isn't implemented in browsers yet.

    The way the script in the Bungee repo fixes this is by removing the transform from the SVG element, and moving it to a generic group element inside the SVG, which is perfectly valid for SVG versions currently in use.

    I agree fonts with invalid transforms should break, especially since the transform fix is super easy to do!
  • Also, note that I had something backwards: TransType was compliant with a *newer* version of SVG (1.2) than the one that got put into the OpenType-SVG format (1.1).
  • @Shahab Siavash I was referring to the upside-down bug as a result of the invalid transform. Most of the bugs mentioned in that Twitter thread have different causes and should probably be fixed by Adobe. I can help you patch your fonts, send me an email!
    Thanks @Roel Nieskens
  • Thanks Roel - got it now! Google took me to EmojiOne Color Font, which is confusingly not the right thing. Using the font from the real EmojiOne repository works nicely, and doesn't have any global transforms. I just needed to implement support for SVGZ (compression), and then sort out the y-axis issue, and now SILE does this:

  • @Thomas Phinney I'm sorry for repeating myself, but transform on SVG elements is invalid for all SVG versions except the upcoming SVG2. (Plus it's a poor solution compared to recalculating the values.) 
  • OK. In any case, it's been fixed in our core code. Indeed, the next Public Preview of FontLab VI will not only do it right on new fonts, but can fix existing fonts.
  • Yes, this needs to be fixed in TransType. Because "transform=.." was valid in older SVG fonts, it was not immediately obvious that this was out of spec for SVG OpenType (which are based on a slightly newer version of SVG). FontLab has a bug filed on this issue and it will be addressed in the next release of TransType. I do not have an ETA on that right now.
    Hi, Is there any update for TransType since last year? I think the current version is still 4.0.1? There would be a new version at all? Thanks.
  • There will be a new version of TransType!

    We are currently doing a major upgrade to our font generation library as part of our FontLab VI work. We intend to publish a new TransType once the major work is done and FontLab VI is out the door. 
  • Shahab SiavashShahab Siavash Posts: 141
    edited October 2017
    There will be a new version of TransType!

    We are currently doing a major upgrade to our font generation library as part of our FontLab VI work. We intend to publish a new TransType once the major work is done and FontLab VI is out the door. 
    Thanks for the reply. I also have FontLab VI and I think @Thomas Phinney said in the previous comments that it will solve the SVG upside down "bug". But It can't export my font unlike TransType. It crashes every time. The font is a vector color font and has a lot of paths.

    Is there an estimate for TransType?
  • Shahab, can you email us with your font? We'd like to solve that problem!

    I don't have an estimate for TransType 5. After FontLab VI ships, for sure. But I hope we can find a workaround for you until then.

    Thanks,

    T
  • Shahab, can you email us with your font? We'd like to solve that problem!

    I don't have an estimate for TransType 5. After FontLab VI ships, for sure. But I hope we can find a workaround for you until then.

    Thanks,

    T
    Thanks a lot. Would you please tell me to where should I send the font? contact@fontlab.com?
Sign In or Register to comment.