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 8205797
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T08:24:10+00:00 2026-06-07T08:24:10+00:00

Is it possible to listen for an <image> load event in SVG? If yes,

  • 0

Is it possible to listen for an <image> load event in SVG? If yes, how to do this?

  • 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-07T08:24:12+00:00Added an answer on June 7, 2026 at 8:24 am

    Yes it’s possible.

    In markup:

    <image xlink:href="example.png" width="10" height="10" 
           onload="alert('loaded')"/>
    

    See jsfiddle.

    In script:

    <script>
      var img = document.createElementNS("http://www.w3.org/2000/svg", "image");
      img.addEventListener('load', function() { alert('loaded'); });
      // or alternatively:
      // img.onload = function() { alert('loaded'); }
      img.width.baseVal.value = 100;
      img.height.baseVal.value = 100;
      img.href.baseVal = "example.png";
    </script>
    

    See jsfiddle.

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

Sidebar

Related Questions

Is it possible to listen a incomming notification such as : event from calendar,
Is that possible to listen click event on a row of a ListGrid ?
I want to know whether it is possible to listen to the mouse event
Using Javascript is it possible to listen for browser's file open/save dialog box event.
Is it possible to listen for WebView page load full completed and then capture
In Flex, is it possible to listen to all event types of an object
Is it possible to have a Chrome extension listen for the appearance of a
I am wondering if its possible to to open a port listen for a
Possible Duplicate: How can I understand nested ?: operators in PHP? Why does this:
Is it possible to listen to CTRL+C when a groovy script is run from

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.