Giter VIP home page Giter VIP logo

Comments (2)

Wolf-SO avatar Wolf-SO commented on August 16, 2024

Still reproducible. BTW would it be helpful to place a pull request, I mean, is this project actively maintained?

from gallifreyan.

adrian17 avatar adrian17 commented on August 16, 2024

Sorry for very slow response. I am currently not actively working on the project, but I can take pull requests and fix things if browsers break them.

From memory, this was an intentional decision. The rationale was that it was a bit hard to visually distinguish combinations like "ta" and "te" (see http://timeturners.wdfiles.com/local--files/circular-gallifreyan/vowels.jpg), and even if I changed the default behavior, it was still possible to edit it manually.

The code that's responsible for it is this chunk of code: https://github.com/adrian17/Gallifreyan/blob/gh-pages/gallifreyan.js#L501-L506

if (previous && subtype != 4 && previous.type === 3) {  //let's not attach to this as floating letters look ugly
    type = 5, d = mcR;
    angle += delta / 2;
    newCircle = new Circle(owner, type, subtype, owner.r, r, angle);
    angle += delta / 2;
}
else 

I think the fix should be as simple as removing this part - but I might also need to play with some distance factors to keep it readable and prevent overlaps.
I will try to work on it this weekend.

from gallifreyan.

Related Issues (9)

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.