svg not show in xhtml?

UI Components for JSF
Post Reply
crazyjava
Posts: 2
Joined: 17 Aug 2014, 17:48

29 Jun 2023, 05:10

svg not show in xhtml,how to solve it?


<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.org/ui"
template="/WEB-INF/template_mombo.xhtml">

<ui:define name="title">Empty Page</ui:define>


<ui:define name="content">
<main>
<!-- Section -->
<section class="bg-dark bg-gradient effect-section overflow-hidden">
<div class="effect-bottom pe-none">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 992" fill="none" class="injected-svg svg_img text-gray-100">
<path d="M0 0L80.9192 818C81.2526 831.507 90.0216 860.621 122.43 869.026C154.838 877.43 964.5 976 964.5 976L1772.96 897.544C1811.47 889.04 1825.48 883.037 1832.48 810.5L1920 0V992H0V0Z"
fill="currentColor"></path>
</svg>
</div>
<div class="container">
<div
class="row justify-content-center align-items-center min-vh-xl-100 py-12 gy-5">
<div class="col-lg-5 wow fadeInLeft" data-wow-duration="0.5s"
data-wow-delay="0.1s"
style="visibility: visible; animation-duration: 0.5s; animation-delay: 0.1s; animation-name: fadeInLeft;">
<h6 class="text-primary mb-3">Let's Start Today</h6>
<h1 class="display-4 text-white mb-4">We're Equally Excited
About Corporate</h1>
<div class="w-lg-85">
<p class="lead text-white text-opacity-65">Lorem ipsum dolor
sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam.</p>
</div>
<div class="pt-3">
<a class="btn btn-primary me-3" href="#">Get Started</a> <a
class="btn btn-white" href="#">Free try now</a>
</div>
</div>
<div class="col-lg-7 wow fadeInRight" data-wow-duration="0.5s"
data-wow-delay="0.1s"
style="visibility: visible; animation-duration: 0.5s; animation-delay: 0.1s; animation-name: fadeInRight;">
<img class="lg-img-120"
src="#{request.contextPath}/assets/img/home-banner/home-banner.png"
title="" alt="" />
</div>
</div>
</div>
</section>

</main>

</ui:define>

</ui:composition>

jepsar
Posts: 166
Joined: 03 Sep 2014, 11:41
Location: NL / BE
Contact:

29 Jun 2023, 16:15

PrimeFaces Developer | PrimeFaces Extensions Developer
GitHub: https://github.com/jepsar
Spotify: 90s Rave, Acid, Trance, House

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: DarrylPooni and 16 guests