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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T21:26:27+00:00 2026-06-18T21:26:27+00:00

First: the stuff I’m trying to do is not compatible with chrome for the

  • 0

First: the stuff I’m trying to do is not compatible with chrome for the time being. Please use firefox to check the examples.

Here is what I’ve done:

http://jsfiddle.net/Robodude/ev6VF/1/

<style type="text/css">
    .clip3 { 
        clip-path: url(#c3); 
    }
</style>

    <svg height="0">
        <defs>

        </defs>

        <clipPath id="c3">
            <polygon points="75,0 225,0 275,100 225,200 75,200 25,100" />
        </clipPath>
    </svg>
    <div class="container left">
        <div id="Image1" class="Image1 image clip3"></div>
        <div id="Image2" class="Image2 image clip3"></div>
        <div id="Image3" class="Image3 image clip3"></div>  
    </div>

What I would like to do, is draw on top of the html elements that were clipped in order to draw some accents and borders to the cut images as seen below via ms paint. Is this possible with SVG? Perhaps I can add another property to .clip3 and link it to some svg shapes somehow?

Hex image frames that need a partial border

I’m trying out lots of different things – but they are just guesses and I can’t find any resources or info on how to do this.

How I had hoped it would work was something like this:

<style type="text/css">
    .clip3 { 
        clip-path: url(#c3); 
        border: url(#b1);
    }
</style>

        <defs>
            <polyline id = "b1" points="75,0 225,0 275,100 225,200 75,200 25,100" stroke = "blue" stroke-width = "5"/>
        </defs>
  • 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-18T21:26:28+00:00Added an answer on June 18, 2026 at 9:26 pm

    Came up with an idea that I don’t consider ideal but it works… =\

    http://jsfiddle.net/Robodude/ev6VF/4/

    <svg height="0">
        <clipPath id="c3">
            <polygon points="75,0 225,0 275,100 225,200 75,200 25,100"/>
        </clipPath>
    
        <defs>
            <polyline id="top" points="225,200 75,200 25,100" style="fill:none;stroke:blue;stroke-width:10" />
            <polyline id="middle" points="225,0 275,100 225,200" style="fill:none;stroke:blue;stroke-width:10" />
            <polyline id="bottom" points="25,100 75,0 225,0" style="fill:none;stroke:blue;stroke-width:10" />
        </defs>
    
    </svg>
    
    <div class="container left">
        <div id="Image1" class="Image1 image clip3">
            <svg width="100%" height="100%">
                <use xlink:href = "#top"/>
            </svg>
        </div>
        <div id="Image2" class="Image2 image clip3">
            <svg width="100%" height="100%">
                <use xlink:href = "#middle"/>
            </svg>
        </div>
        <div id="Image3" class="Image3 image clip3">
            <svg width="100%" height="100%">
                <use xlink:href = "#bottom"/>
            </svg>
        </div>  
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Long time lurker, first time poster. I've found tons of stuff on here about
I am trying to figure out how to use the new EF Code First
This is my first Wix bundle so I might not know obvious stuff but
here is my first program it basically says stuff out loud and in different
That's my first approach with GD stuff. I'm trying to implement resize and crop
first off I'm a noob to PHP but here is my problem. I am
I need to make sure i understand some basic stuff first: how do i
Some background first. I am currently learning some stuff about monadic parser combinators. While
select replace(stuff('123456',2,2,'ABCD'),'1',' ') select LEFT('ABCD456',4) select left(replace(stuff('123456',2,2,'ABCD'),'1',' '),4) Ok now the first select outputs
My redirect process is showing some crazy stuff. The first part of the whole

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.