Git Product home page Git Product logo

Comments (5)

twalpole avatar twalpole commented on June 23, 2024

I believe this is caused by not passing all the options through to width_of in Prawn:Document::Text#wrapped_text so prawn-format doesnt get the :plain option and tries to parse it for tags

from prawn.

practicingruby avatar practicingruby commented on June 23, 2024

@twalpole: that's not what it is, since Prawn::Format does some heavy extensions to Prawn and doesn't use any of the original functions. (Unless I missed something)

from prawn.

practicingruby avatar practicingruby commented on June 23, 2024

This is the wrong tracker, since it's a prawn-format issue.

I've recreated the ticket here:
http://github.com/sandal/prawn-format/issues/#issue/7

from prawn.

twalpole avatar twalpole commented on June 23, 2024

Actually -- I believe when the :plain option is detected prawn-formats text_with_formatting calls back to the original prawn-core which it has aliased as text_without_formatting. The original prawn-core text then calls the original wrapped_text which calls "width_of(e, :kerning => options[:kerning])". This has been aliased from prawn-layouts width_of_with_formatting BUT since the prawn-core call to width_of has stripped out the :plain option (because it only passes the :kerning option for some reason) - then width_of_with_formatting no longer knows that the :plain option was used and attempts to process the text as if it contains formatting. Passing all options through to width_of should fix this issue - unless there is a specific reason only :kerning is passed

from prawn.

practicingruby avatar practicingruby commented on June 23, 2024

Oh, interesting point. I'll look into it.

from prawn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.