[Webkit-unassigned] [Bug 24448] New: SVG file does not pan and has no scroll bars

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 7 16:01:42 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=24448

           Summary: SVG file does not pan and has no scroll bars
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: philcolbourn at gmail.com


May be related to scrollbar issue:
https://bugs.webkit.org/show_bug.cgi?id=11225

I have an SVG file that is larger than the window size. It does not show scroll
bars and neither does it pan - so I can not see the whole graphic.

I can scale the image using <command><->.

For the scroll bar problem it was suggested to try:

svg:not(:root) {overflow: hidden}

I put it in the SVG file like this:

<style>
svg:not(:root) { overflow: hidden}
</style>

but I see not difference: either I don't understand how I should do this or it
doesn't work.

Because I know very little, I also tried:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

and

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

The SVG file is output from GraphViz and panning and scrolling with in firefox.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list