Giter Club home page Giter Club logo

Comments (4)

AliasIO avatar AliasIO commented on August 12, 2024

Just guessing here but try replacing text, iterable, line with text, line, lines and see if that works. I'll have a proper look when I get home.

from raphael.export.

AliasIO avatar AliasIO commented on August 12, 2024

Are you using the latest code? I believe this issue was recently fixed in #10.

from raphael.export.

smitty1eGH avatar smitty1eGH commented on August 12, 2024

Have not yet tried it.

On Fri, Nov 16, 2012 at 10:46 PM, Elbert Alias [email protected]:

Are you using the latest code? I believe this issue was recently fixed in
#10 #10.


Reply to this email directly or view it on GitHubhttps://github.com//issues/22#issuecomment-10470214.

History tells all of us that nobody gets a pass. Your [country's]
perpetual existence is not guaranteed. If you do not believe in yourself,
and believe that you're better than the alternative, and have the
educational skills to come to that empirical judgment, then there is no
reason for you to continue, and often you won't. --Victor Davis Hanson

from raphael.export.

dfrechette avatar dfrechette commented on August 12, 2024

The multi-line text boxes, the serializer generates an array of tags, but forgets to join them before returning. This causes an unwanted comma (,) to appear between each line when rendered.

var serializer = {
    'text': function(node) {
        // ...
        map(textLines, function(text, line) {
            tags.push(tag(
                // ...
            ));
        });
        // MERGE ARRAY BEFORE RETURNING
        return tags.join('');
    },

from raphael.export.

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.