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

  • SEARCH
  • Home
  • 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 9322167
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T04:01:21+00:00 2026-06-19T04:01:21+00:00

When I set id to svg element var circle = paper.circle(x, y, r); circle.node.id

  • 0

When I set id to svg element

var circle = paper.circle(x, y, r);
circle.node.id = 'circle-id';

everything is fine and I can see expected result like this when browsing document with the debugger:

<circle cx="320" cy="240" r="4" fill="none" stroke="#000" id="circle-id" />

Then I’m able to get this element by id via document.getElementById method or via jQuery.
But adding some other attributes fails. If I try to add attribute custom:

circle.node.custom = 'custom-attr';

I see no effect.

What kind of attributes can we add to SVG element using Raphael and how to add arbitrary attributes?

  • 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-19T04:01:23+00:00Added an answer on June 19, 2026 at 4:01 am

    node is a DOM element, id is a standard property on elements to quickly read/write its value. Use the setAttribute method to set non-standard attributes.

    circle.node.setAttribute('custom', 'custom-attr');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to be able to set the stroke-width on an SVG element
I would set my svg element as list-style-image: url(svg#id) and point to figure by
I have created a small KineticJS animation, which you can see at this address:
I know that I can set a svg file as the src of an
<svg></svg> > I am creating new svg element and set binding dynamically for them.
This is a part of my HTML I have embedded the SVG element. <div>
I'm building a set of SVG files that include an unfortunate number of hardcoded
set(TestProject_additional_libs optimized foobar.lib debug foobard.lib } especially what is optimized/debug mean here? Is this
Set content of table ... ViewState[Table1] = Table1; // When remove this line, table
For some reason I can't get my SVG filters to work in Firefox. They

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.