Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9096307
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T23:48:46+00:00 2026-06-16T23:48:46+00:00

I have a circle , with a boundary ring inside it (green & static),

  • 0

I have a circle, with a boundary ring inside it (green & static), and some “pulsing” outer circles (blue). How would I approach this to only let the portions of the “pulsing circles” that are inside the static circle be visible?

I also included the JS that makes renders the HTML for your reference, but it does not generate the SVG in the JSFiddle.

I think that layers exist in SVG, but that isnt very helpful given how I structured the rendering of the other circles.

A quick review of the way it works.

  1. draw the background circle with the orange gradient, and place concentric has circles on it.
  2. draw the green static circle.
  3. place the four pulses at the cardinal points of the cartesian plane.
  4. animate the pulses.

I know that I can measure a click within the boundaries of the main circle, so I am hoping that I can limit the animation of the pulse (maybe a hacky way) to within the green circle ring.

Maybe other circle placed on top that has a reverse fill or something? just spitting out ideas, cause I have tried everything I know of and cant find any other examples or ideas researching.

Related articles that might help you help me think of a way to accomplish this:

How to calculate the SVG Path for an arc (of a circle)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T23:48:47+00:00Added an answer on June 16, 2026 at 11:48 pm

    If I understand you correctly, you want to limit the pulsing circles to the inside of the green, non-pulsing circle. This can be done using a clip path:

    <defs>
      <!-- ... -->
      <!-- Here we define the clip path, using the non-pulsing circle -->
      <clipPath id="ringClip">
        <use xlink:href="#ring-circle"/>
      </clipPath>
    </defs>
    <g>
      <!-- other content -->
      <!-- We put all pulsing circles into a group, 
           applying the clip path to them as a whole -->
      <g clip-path="url(#ringClip)">
        <!-- pulsing circles -->
      </g>
      <circle id="ring-circle"><!-- more attributes --></circle>
    </g>
    

    Try on jsFiddle

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's say I have circle bouncing around inside a rectangular area. At some point
I have to draw a circle in live wallpaper when it touches the boundary
i have drawed some figure(circle, rectangle or just a line) and after that i
I have adapted some code from a great article I found about circle drawing
I have a circle. Inside the circle is a point. I have a vector
I have a circle, say radius of 10, and I can find the outer
I have a circle with two points inside it that make up a line
So far I have a circle with a marker. http://jsfiddle.net/x5APH/1/ I would like to
I have a circle that I want to bounce, so it would expand in
I have drawn a circle and applied radial gradient. fine. But when i changed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.