Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Shapes editor draws 2 circles in the browser when ther should be 1 #7418

@JeffryBooher

Description

@JeffryBooher
  1. Install the new project extension by @JeffryBooher
  2. File > New Project and select "Basic HTML-5" project
  3. Open styles.css
  4. Start Live Preview
  5. Open a new tab and open "Chrome://Flags" and turn on "Web Platform Features"
  6. Quit Chrome and Restart Live Preview.
  7. In styles.css, edit the body style and add "shape-outside: circle();"
    ==> chrome refreshes

NOTE: I started with adding shape-inside: circle(20 20); then going back to brackets when it didn't work trying shape-outside: circle(20, 20);. Then Raymond informed me to just try circle(); and put the cursor in the parenthesis and it worked but drew 2 circles for some reason.

Will try to figure out the steps a little more closely

circle2

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions