Git Product home page Git Product logo

make-border-radius's Introduction

  • ๐ŸŽจ I enjoy creating art using HTML & CSS. Check my 100 CSS art Challenge
  • ๐Ÿ I also find python very entertaining sometimes I build random stuff with it.
  • ๐Ÿ“ซ Let's get in touch Twitter

make-border-radius's People

Contributors

m-dennisgocong avatar rajalairen avatar

Watchers

 avatar

make-border-radius's Issues

generate inaccurate border-radius value

the generated value on border-radius is inaccurate, it display 4 value of the corners even if it's all equal.
border-radius value should display one to four values
Example :

  • border-radius: 50%; the value applies to all four corners, which are rounded equally
  • border-radius: 30% 20%; first value applies to top-left and bottom-right corners, and the second value applies to top-right and bottom-left corners
  • border-radius: 30% 20% 15%; first value applies to top-left corner, second value applies to top-right and bottom-left corners, and third value applies to bottom-right corner
  • border-radius: 20% 10% 60% 30%; first value applies to top-left corner, second value applies to top-right corner, third value applies to bottom-right corner, and fourth value applies to bottom-left corner

Misspelled clientY property in function mouseDown

Description:

I noticed that in the code for function mouseDown, the mouse event property "clientY" is misspelled as "clienty". This is causing an error when the function is called, and should be corrected to avoid issues in the future.

Steps to reproduce:

  1. Call function mouseDown with the misspelled property name
  2. Observe the error message that is generated

Error Generated

Error in parsing value

Expected behavior:

The mouse event property should be corrected to "clientY" to fix the issue and avoid future errors.

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.